Spaces:
Sleeping
Sleeping
Maximilian Noichl
commited on
Update main.py
Browse files
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 |
-
|
| 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
|