Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
app = gr.Interface(
|
| 2 |
fn=sentiment_analysis,
|
| 3 |
inputs=gr.Textbox(placeholder="Write your tweet here..."),
|
|
|
|
| 1 |
+
import gradio as gr
|
| 2 |
app = gr.Interface(
|
| 3 |
fn=sentiment_analysis,
|
| 4 |
inputs=gr.Textbox(placeholder="Write your tweet here..."),
|