Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mandyvarel
/
recipe-cleaner
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mandyvarel
commited on
Mar 19, 2023
Commit
c73eb48
·
1 Parent(s):
607e813
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -74,7 +74,7 @@ demo = gradio.Interface(
74
title="Recipe Cleaner"
75
)
76
77
-
#
demo.launch()
78
-
demo.launch(share=True)
79
80
74
title="Recipe Cleaner"
75
)
76
77
+
demo.launch()
78
+
#
demo.launch(share=True)
79
80