Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MZhaovo
/
Llama_Difu
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MZhaovo
commited on
Mar 10, 2023
Commit
aacab77
·
1 Parent(s):
7784164
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -98,4 +98,4 @@ with gr.Blocks() as llama_difu:
98
99
100
if __name__ == '__main__':
101
-
llama_difu.queue().launch(
share=True
)
98
99
100
if __name__ == '__main__':
101
+
llama_difu.queue().launch()