Wootang01 commited on
Commit
422f59b
1 Parent(s): 479597e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,6 +15,6 @@ def generate(text):
15
  #lines=5, label="Input Text"
16
  #label="Generated Text"
17
  #title="Text Generator Bloom-560M", examples=examples
18
- gr.Interface(fn=generate, inputs=gr.inputs.Textbox(), outputs=gr.outputs.Textbox()).launch
19
 
20
  #demo.launch()
 
15
  #lines=5, label="Input Text"
16
  #label="Generated Text"
17
  #title="Text Generator Bloom-560M", examples=examples
18
+ gr.Interface(fn=generate, inputs=gr.inputs.Textbox(), outputs=gr.outputs.Textbox()).launch()
19
 
20
  #demo.launch()