Calistus commited on
Commit
f5239bc
·
1 Parent(s): 6a900f2

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
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()