Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -514,4 +514,4 @@ if __name__ == "__main__":
|
|
| 514 |
print(f"📱 Local URL: http://localhost:{port}")
|
| 515 |
print(f"🌐 Public URL will be provided once the app starts")
|
| 516 |
|
| 517 |
-
demo.launch(share=True
|
|
|
|
| 514 |
print(f"📱 Local URL: http://localhost:{port}")
|
| 515 |
print(f"🌐 Public URL will be provided once the app starts")
|
| 516 |
|
| 517 |
+
demo.launch(share=True)
|