Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whoami02
/
mmt_retrieval
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
whoami02
commited on
Jan 11, 2024
Commit
ad25d38
·
verified
·
1 Parent(s):
198dfd2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -51,4 +51,4 @@ with gr.Blocks() as demo:
51
btn.click(mmt_query, [query, k, unique], output)
52
53
# demo.queue()
54
-
demo.launch(
share=True
)
51
btn.click(mmt_query, [query, k, unique], output)
52
53
# demo.queue()
54
+
demo.launch()