Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,4 +12,4 @@ def query(payload):
|
|
| 12 |
demo = gr.Interface(fn=query, inputs="text", outputs="image")
|
| 13 |
|
| 14 |
if __name__ == "__main__":
|
| 15 |
-
demo.launch()
|
|
|
|
| 12 |
demo = gr.Interface(fn=query, inputs="text", outputs="image")
|
| 13 |
|
| 14 |
if __name__ == "__main__":
|
| 15 |
+
demo.launch(debug = True)
|