Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dwarkesh
/
producer
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dwarkesh
commited on
Apr 17
Commit
ca213c8
·
verified
·
1 Parent(s):
6389c61
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -262,4 +262,5 @@ def create_interface():
262
return app
263
264
if __name__ == "__main__":
265
-
create_interface().launch()
262
return app
263
264
if __name__ == "__main__":
265
+
create_interface().launch()
266
+
app.launch()