Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio as gr
|
2 |
from transformers import pipeline
|
3 |
sentiment = pipeline("sentiment-analysis")
|
4 |
def get_sentiment(input_text):
|
|
|
1 |
+
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
sentiment = pipeline("sentiment-analysis")
|
4 |
def get_sentiment(input_text):
|