Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
7jimmy
/
Train_food_model_by_jimmy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7jimmy
commited on
Jan 6, 2024
Commit
6cd8801
·
1 Parent(s):
a9fec20
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -61,9 +61,7 @@ def main():
61
62
# ... (rest of the code remains unchanged)
63
64
-
# Run the Streamlit app
65
-
if __name__ == "__main__":
66
-
main()
67
68
69
61
62
# ... (rest of the code remains unchanged)
63
64
+
65
66
67