Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,3 +22,8 @@ examples = ['I have no intrest in physical activity. i am always thirsty', 'I am
|
|
22 |
|
23 |
intf = gr.Interface(fn=classify_text, inputs=text, outputs=label, examples=examples, description=description)
|
24 |
intf.launch(inline=False)
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
intf = gr.Interface(fn=classify_text, inputs=text, outputs=label, examples=examples, description=description)
|
24 |
intf.launch(inline=False)
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
|