Spaces:
Sleeping
Sleeping
dreamboat26
commited on
Commit
•
98e0d30
1
Parent(s):
7a2d671
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ def classify_text(txt):
|
|
18 |
|
19 |
text = gr.inputs.Textbox(lines=2, label='Describe how you feel in great detail')
|
20 |
label = gr.outputs.Label()
|
21 |
-
examples = ['I have no intrest in physical activity. i am always thirsty', 'I am freezing', 'My eyes are pale']
|
22 |
|
23 |
intf = gr.Interface(fn=classify_text, inputs=text, outputs=label, examples=examples, description=description)
|
24 |
intf.launch(inline=False)
|
|
|
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)
|
23 |
intf.launch(inline=False)
|