Danielrahmai1991 commited on
Commit
d1d4918
·
verified ·
1 Parent(s): 3e6d1cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,6 +52,6 @@ inputs = [
52
  ]
53
  outputs = [gr.Textbox(label="Generated Text")]
54
 
55
- demo = gr.Interface(fn=generate_text, inputs=inputs, outputs=outputs, allow_flagging=False, description=description)
56
 
57
  demo.launch(debug=True, share=True)
 
52
  ]
53
  outputs = [gr.Textbox(label="Generated Text")]
54
 
55
+ demo = gr.Interface(fn=generate_text, inputs=inputs, outputs=outputs, description=description)
56
 
57
  demo.launch(debug=True, share=True)