Spaces:
Runtime error
Runtime error
Commit
·
6851cbf
1
Parent(s):
2912269
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import transformers
|
2 |
import gradio as gr
|
|
|
3 |
|
4 |
-
|
5 |
-
gr.Interface.load("huggingface/keras-io/bidirectional-lstm-imdb",
|
6 |
examples =[["We are having beautiful weather today"]],
|
7 |
theme = "grass",
|
8 |
title= "Sentiment Analysis with Keras",
|
|
|
1 |
import transformers
|
2 |
import gradio as gr
|
3 |
+
from transformers import pipeline
|
4 |
|
5 |
+
gr.Interface.load("huggingface.co/keras-io/bidirectional-lstm-imdb",
|
|
|
6 |
examples =[["We are having beautiful weather today"]],
|
7 |
theme = "grass",
|
8 |
title= "Sentiment Analysis with Keras",
|