Spaces:
Sleeping
Sleeping
remove iface instantiation
Browse files
app.py
CHANGED
@@ -58,4 +58,4 @@ iface = gr.Interface(
|
|
58 |
|
59 |
# Launch the app
|
60 |
if __name__ == "__main__":
|
61 |
-
|
|
|
58 |
|
59 |
# Launch the app
|
60 |
if __name__ == "__main__":
|
61 |
+
launch(server_name="0.0.0.0", server_port=7860, share=True)
|