hc1608 commited on
Commit
8fcb46d
·
1 Parent(s): 98c8800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)