Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
4354894
1
Parent(s):
68c0491
Omit the share in app_local.py.
Browse files- app_local.py +1 -1
app_local.py
CHANGED
|
@@ -313,4 +313,4 @@ demo = gr.TabbedInterface(
|
|
| 313 |
)
|
| 314 |
|
| 315 |
if __name__ == "__main__":
|
| 316 |
-
demo.launch(debug=True
|
|
|
|
| 313 |
)
|
| 314 |
|
| 315 |
if __name__ == "__main__":
|
| 316 |
+
demo.launch(debug=True)
|