Spaces:
Runtime error
Runtime error
atomiclabs
commited on
Commit
•
43a9e88
1
Parent(s):
fec0983
Update app.py
Browse files
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()
|