Fixed port issue
Browse files
app.py
CHANGED
|
@@ -107,4 +107,4 @@ iface = gr.Interface(
|
|
| 107 |
)
|
| 108 |
|
| 109 |
if __name__ == "__main__":
|
| 110 |
-
iface.launch(server_name=" 0.0.0.0",
|
|
|
|
| 107 |
)
|
| 108 |
|
| 109 |
if __name__ == "__main__":
|
| 110 |
+
iface.launch(server_name=" 0.0.0.0",pwa=True,debug=True)
|