Spaces:
Runtime error
Runtime error
its not working help
Browse files
app.py
CHANGED
@@ -25,6 +25,6 @@ if __name__ == "__main__":
|
|
25 |
gr.Interface(image_generation, inputs, outputs, title=title, article = article, description = description,
|
26 |
analytics_enabled=False).launch(debug=True)
|
27 |
|
28 |
-
app, local_url, share_url = iface.launch()
|
29 |
|
30 |
|
|
|
25 |
gr.Interface(image_generation, inputs, outputs, title=title, article = article, description = description,
|
26 |
analytics_enabled=False).launch(debug=True)
|
27 |
|
28 |
+
app, local_url, share_url = iface.launch(share=True)
|
29 |
|
30 |
|