atomiclabs commited on
Commit
43a9e88
1 Parent(s): fec0983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,8 +1,6 @@
1
  import gradio as gr
2
 
3
- iface = gr.Interface.load("huggingface/deepset/roberta-base-squad2",
4
- examples = [['Is this review positive or negative? Review: Best cast iron skillet you will every buy.']
5
-
6
  )
7
 
8
  iface.launch()
1
  import gradio as gr
2
 
3
+ iface = gr.Interface.load("huggingface/deepset/roberta-base-squad2",
 
 
4
  )
5
 
6
  iface.launch()