leochenliu commited on
Commit
e714af9
·
1 Parent(s): 326f5f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ def gpt(prompt):
10
 
11
 
12
  iface = gr.Interface(fn=gpt,inputs="text", outputs="text")
13
- iface.launch()
 
10
 
11
 
12
  iface = gr.Interface(fn=gpt,inputs="text", outputs="text")
13
+ iface.launch(debug=True)