m7n commited on
Commit
0c5818b
·
verified ·
1 Parent(s): 705d282

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -10,7 +10,7 @@ os.environ["GRADIO_SERVER_PORT"] = "7860"
10
 
11
  # If you do NOT really need GRADIO_ROOT_PATH, don’t set it.
12
  # If you do set it, do so BEFORE the Gradio import, e.g.:
13
- # os.environ["GRADIO_ROOT_PATH"] = "/_app/immutable"
14
 
15
  ###############################################################################
16
  # 2) Now import everything
 
10
 
11
  # If you do NOT really need GRADIO_ROOT_PATH, don’t set it.
12
  # If you do set it, do so BEFORE the Gradio import, e.g.:
13
+ os.environ["GRADIO_ROOT_PATH"] = "/_app/immutable"
14
 
15
  ###############################################################################
16
  # 2) Now import everything