GiladtheFixer commited on
Commit
69436ab
1 Parent(s): b61abcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1,11 +1,8 @@
1
  import gradio as gr
2
- from gradio_client import Client
3
 
4
  from transformers import pipeline
5
 
6
- client = Client(src="gradio/calculator")
7
 
8
- client.view_api(return_format="all_endpoints")
9
 
10
  pipe=pipeline('sentiment-analysis')
11
 
 
1
  import gradio as gr
 
2
 
3
  from transformers import pipeline
4
 
 
5
 
 
6
 
7
  pipe=pipeline('sentiment-analysis')
8