Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dwarkesh
/
producer
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dwarkesh
commited on
14 days ago
Commit
859f3ee
·
verified
·
1 Parent(s):
cc1687a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -278,4 +278,4 @@ def create_interface():
278
return app
279
280
if __name__ == "__main__":
281
-
create_interface().launch(
278
return app
279
280
if __name__ == "__main__":
281
+
create_interface().launch(
)