DrishtiSharma commited on
Commit
aacd30a
1 Parent(s): 6851cbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
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