Spaces:
Sleeping
Sleeping
bug: change to deploy mode.
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import io
|
| 2 |
import os
|
| 3 |
-
debug =
|
| 4 |
if not debug:
|
| 5 |
os.system("pip uninstall -y gradio")
|
| 6 |
os.system("pip install gradio==3.41.0")
|
|
|
|
| 1 |
import io
|
| 2 |
import os
|
| 3 |
+
debug = False
|
| 4 |
if not debug:
|
| 5 |
os.system("pip uninstall -y gradio")
|
| 6 |
os.system("pip install gradio==3.41.0")
|