dreamboat26 commited on
Commit
9f0b3aa
1 Parent(s): 98e0d30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def classify_text(txt):
16
 
17
 
18
 
19
- text = gr.inputs.Textbox(lines=2, label='Describe how you feel in great detail')
20
  label = gr.outputs.Label()
21
 
22
  intf = gr.Interface(fn=classify_text, inputs=text, outputs=label, examples=examples, description=description)
 
16
 
17
 
18
 
19
+ text = gr.Textbox(lines=2, label='Describe how you feel in great detail')
20
  label = gr.outputs.Label()
21
 
22
  intf = gr.Interface(fn=classify_text, inputs=text, outputs=label, examples=examples, description=description)