Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DeepFloyd/IF
ddiddi
/
IF
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dhruv Diddi
commited on
May 21, 2023
Commit
059bc3c
·
1 Parent(s):
261f318
feat: add share true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,4 +41,4 @@ with gr.Blocks() as demo:
41
btn.click(fake_gan, None, gallery)
42
43
if __name__ == "__main__":
44
-
demo.launch()
41
btn.click(fake_gan, None, gallery)
42
43
if __name__ == "__main__":
44
+
demo.launch(
share=True
)