Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
|
@@ -367,4 +367,4 @@ demo = gr.Interface(
|
|
| 367 |
|
| 368 |
DEBUG = os.getenv('DEBUG') == '1'
|
| 369 |
# demo.launch(debug=DEBUG)
|
| 370 |
-
demo.launch(debug=DEBUG, share=True)
|
|
|
|
| 367 |
|
| 368 |
DEBUG = os.getenv('DEBUG') == '1'
|
| 369 |
# demo.launch(debug=DEBUG)
|
| 370 |
+
demo.launch(debug=DEBUG, share=True, cache_examples=False)
|