Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,6 +138,6 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
| 138 |
if __name__ == "__main__":
|
| 139 |
# demo.launch(debug=True)
|
| 140 |
try:
|
| 141 |
-
demo.queue(api_open=False, max_size=40).launch(show_api=
|
| 142 |
except Exception as e:
|
| 143 |
print(f"Error: {e}")
|
|
|
|
| 138 |
if __name__ == "__main__":
|
| 139 |
# demo.launch(debug=True)
|
| 140 |
try:
|
| 141 |
+
demo.queue(api_open=False, max_size=40).launch(show_api=True)
|
| 142 |
except Exception as e:
|
| 143 |
print(f"Error: {e}")
|