aiscientist commited on
Commit
2fb2a46
1 Parent(s): e6d3f34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
  import gradio as gr
2
 
3
-
4
- gr.Interface.load("Semtiment Analysis Using Bert").launch();
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("huggingface/finiteautomata/bertweet-base-sentiment-analysis").launch();