Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
|
@@ -342,4 +342,5 @@ if __name__ == "__main__":
|
|
| 342 |
|
| 343 |
# Launch
|
| 344 |
app = create_interface()
|
| 345 |
-
app.launch(
|
|
|
|
|
|
| 342 |
|
| 343 |
# Launch
|
| 344 |
app = create_interface()
|
| 345 |
+
app.launch()
|
| 346 |
+
# app.launch(server_name="0.0.0.0", server_port=7860, share=True)
|