Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Deehan1866
/
Deehan1866-phrase-bert-qa-phrase-retreival-prpass
like
0
Runtime error
App
Files
Files
Community
Deehan1866
commited on
Jun 14
Commit
90cd976
•
1 Parent(s):
8fdcb12
Update app.py
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.load("models/Deehan1866/phrase-bert-qa").launch()
1
import gradio as gr
2
3
+
gr.load("models/Deehan1866/phrase-bert-qa").launch(
share=True
)