5m4ck3r commited on
Commit
3500e50
1 Parent(s): cb4f566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ def genPrompt(text: str, total: int):
16
  return ret
17
 
18
  appli = gr.Interface(fn=genPrompt, inputs=[gr.Text(),gr.Slider(0, 10, 4)], outputs="text")
19
- appli.launch(debug=True)
 
16
  return ret
17
 
18
  appli = gr.Interface(fn=genPrompt, inputs=[gr.Text(),gr.Slider(0, 10, 4)], outputs="text")
19
+ appli.launch()