Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ECCV2022
/
storydalle
like
6
Build error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
adymaharana
commited on
Oct 21, 2022
Commit
63bd272
·
2 Parent(s):
908bed5
6e1f143
Merged app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -330,6 +330,7 @@ def main(args):
330
''')
331
332
demo.launch(share=False)
333
334
335
if __name__ == "__main__":
330
''')
331
332
demo.launch(share=False)
333
+
demo.launch()
334
335
336
if __name__ == "__main__":