Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rahul115
/
Recipe-gpt
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rahul115
commited on
Jan 6
Commit
ed33e59
·
verified
·
1 Parent(s):
40319cb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -206,5 +206,5 @@ def main():
206
207
app.launch()
208
209
-
if
_name_
== "
_main_
":
210
main()
206
207
app.launch()
208
209
+
if
__name__
== "
__main__
":
210
main()