Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jaecheon
/
deepset-deberta-v3-base-squad2
like
0
Runtime error
App
Files
Files
Community
Jaecheon
commited on
Sep 21, 2023
Commit
cf2e3a2
•
1 Parent(s):
b59f0e4
Add application file
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("
facebook
/
bart
-base", "huggingface").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("
deepset
/
deberta
-
v3-
base
-squad2
", "huggingface").launch()