Spaces:
Runtime error
Runtime error
Delete app.py
Browse files
app.py
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
import gradio as gr
|
| 2 |
-
app = gr.Interface(
|
| 3 |
-
fn=sentiment_analysis,
|
| 4 |
-
inputs=gr.Textbox(placeholder="Write your tweet here..."),
|
| 5 |
-
outputs="label",
|
| 6 |
-
interpretation="default",
|
| 7 |
-
examples=[["Please don't listen to anyone. Vaccinate your child"],['My kid has a lump on his hand because of the vaccine']])
|
| 8 |
-
|
| 9 |
-
app.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|