Initial commit
Browse files
app.py
CHANGED
|
@@ -96,4 +96,7 @@ if __name__=="__main__":
|
|
| 96 |
|
| 97 |
gr.close_all()
|
| 98 |
demo.queue(concurrency_count=1)
|
| 99 |
-
demo.launch(
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
|
| 97 |
gr.close_all()
|
| 98 |
demo.queue(concurrency_count=1)
|
| 99 |
+
demo.launch(debug=True)
|
| 100 |
+
|
| 101 |
+
# demo.queue(concurrency_count=1)
|
| 102 |
+
# demo.launch(server_port=2222, server_name="0.0.0.0", debug=True,share=True)
|