Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
brjathu/HMR2.0
jayabbhi
/
HMR2.0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
brjathu
commited on
Sep 16, 2023
Commit
854d4da
·
1 Parent(s):
9fc4a98
test4
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -183,7 +183,7 @@ with gr.Blocks(title="4DHumans", css=".gradio-container") as demo:
183
184
185
#demo.queue()
186
-
demo.launch(debug=True
, share=True
)
187
188
189
183
184
185
#demo.queue()
186
+
demo.launch(debug=True)
187
188
189