DrishtiSharma commited on
Commit
7208f2d
1 Parent(s): ad0fd67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from transformers import pipeline
4
 
5
 
6
- gr.interface.load("huggingface.co/keras-io/bidirectional-lstm-imdb",
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.co/keras-io/bidirectional-lstm-imdb",
7
  examples =[["We are having beautiful weather today"]],
8
  theme = "grass",
9
  title= "Sentiment Analysis with Keras",