twiga2 commited on
Commit
68d4af2
·
1 Parent(s): 947b71d
Files changed (2) hide show
  1. app.py +1 -1
  2. 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(theme=gr.themes.Soft()) as app:
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
- PIL
3
- requests
 
1
  pandas
2
+ pillow