Spaces:
Runtime error
Runtime error
version 0.1 commit
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ if __name__ == "__main__":
|
|
24 |
|
25 |
|
26 |
gr.Interface(image_generation, inputs, outputs, title=title, article = article,
|
27 |
-
|
28 |
|
29 |
app, local_url, share_url = iface.launch()
|
30 |
|
|
|
24 |
|
25 |
|
26 |
gr.Interface(image_generation, inputs, outputs, title=title, article = article,
|
27 |
+
analytics_enabled=False).launch(debug=True)
|
28 |
|
29 |
app, local_url, share_url = iface.launch()
|
30 |
|