Spaces:
Runtime error
Runtime error
DrishtiSharma
commited on
Commit
•
aacd30a
1
Parent(s):
6851cbf
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,3 @@ 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",
|
9 |
-
description = "This model can detect sentiment").launch()
|
|
|
2 |
import gradio as gr
|
3 |
from transformers import pipeline
|
4 |
|
|
|
|
|
|
|
|
|
|