Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
MohamedRashad/FramePack
TheoreticallyTim
/
FramePack
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MohamedRashad
commited on
13 days ago
Commit
7690974
·
verified
·
1 Parent(s):
5f9a8a4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -374,4 +374,4 @@ with block:
374
end_button.click(fn=end_process)
375
376
377
-
block.launch(share=True)
374
end_button.click(fn=end_process)
375
376
377
+
block.launch(share=True
, inbrowser=True
)