Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
QLWD
/
reposhiled-7b
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
QLWD
commited on
16 days ago
Commit
4f37da0
·
verified
·
1 Parent(s):
386435d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -194,4 +194,4 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
194
)
195
196
if __name__ == "__main__":
197
-
demo.launch()
194
)
195
196
if __name__ == "__main__":
197
+
demo.launch(
share=True
)