Spaces:
Sleeping
Sleeping
twiga2
commited on
Commit
·
68d4af2
1
Parent(s):
947b71d
draft2
Browse files- app.py +1 -1
- requirements.txt +1 -2
app.py
CHANGED
@@ -4,7 +4,7 @@ import PIL.Image as Image
|
|
4 |
|
5 |
# Gradio interface
|
6 |
|
7 |
-
with gr.Blocks(
|
8 |
|
9 |
Title=gr.Label("Nutri Assistant App")
|
10 |
|
|
|
4 |
|
5 |
# Gradio interface
|
6 |
|
7 |
+
with gr.Blocks() as app:
|
8 |
|
9 |
Title=gr.Label("Nutri Assistant App")
|
10 |
|
requirements.txt
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
pandas
|
2 |
-
|
3 |
-
requests
|
|
|
1 |
pandas
|
2 |
+
pillow
|
|