Spaces:
Runtime error
Runtime error
atomiclabs
commited on
Commit
·
a20a38a
1
Parent(s):
1518056
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
iface = gr.Interface.load("huggingface/
|
4 |
)
|
5 |
|
6 |
iface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
iface = gr.Interface.load("huggingface/distilbert-base-uncased-finetuned-sst-2-english",
|
4 |
)
|
5 |
|
6 |
iface.launch()
|