Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LN1996
/
Multi-Modal-Phi2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LN1996
commited on
Jan 26, 2024
Commit
a00fcfc
·
verified
·
1 Parent(s):
8177100
Update app.py remove share=True in demo.launch()
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -187,5 +187,5 @@ demo = gr.Interface(input_multimodel,
187
title = title,
188
description = description,
189
)
190
-
demo.launch(
share=True
)
191
187
title = title,
188
description = description,
189
)
190
+
demo.launch()
191