Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
wei12138
/
foodformer-demo
like
0
Runtime error
App
Files
Files
Community
wei12138
commited on
Oct 10, 2023
Commit
d384407
•
1 Parent(s):
d26c323
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,6 +41,6 @@ def index():
41
42
)
43
44
-
return oi.launch(
auth=same_auth
)
45
if __name__ == "__main__":
46
app.run()
41
42
)
43
44
+
return oi.launch()
45
if __name__ == "__main__":
46
app.run()