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