Spaces:
Running
on
L4
Running
on
L4
upgrade gradio.
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🐼
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 3.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 3.41.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
app.py
CHANGED
|
@@ -301,4 +301,5 @@ demo = gr.Interface(
|
|
| 301 |
|
| 302 |
DEBUG = os.getenv('DEBUG') == '1'
|
| 303 |
demo.queue(api_open=False, concurrency_count=2, max_size=10)
|
| 304 |
-
demo.launch(debug=DEBUG)
|
|
|
|
|
|
| 301 |
|
| 302 |
DEBUG = os.getenv('DEBUG') == '1'
|
| 303 |
demo.queue(api_open=False, concurrency_count=2, max_size=10)
|
| 304 |
+
# demo.launch(debug=DEBUG)
|
| 305 |
+
demo.launch(debug=DEBUG, share=True)
|