Update app.py
Browse files
app.py
CHANGED
|
@@ -144,4 +144,4 @@ demo = gr.Interface(
|
|
| 144 |
],
|
| 145 |
description=description,
|
| 146 |
examples=examples)
|
| 147 |
-
demo.launch(share=True, server_name="0.0.0.0")
|
|
|
|
| 144 |
],
|
| 145 |
description=description,
|
| 146 |
examples=examples)
|
| 147 |
+
demo.launch(share=True, server_name="0.0.0.0")
|