figh8back commited on
Commit
ac13981
·
verified ·
1 Parent(s): 98a1c29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -325,7 +325,7 @@ def get_recommendations(tone, skin_type, concerns):
325
  # Gradio UI
326
  with gr.Blocks() as demo:
327
  with gr.Row():
328
- image_input = gr.Image(type="file")
329
  submit_button = gr.Button("Analyze Face")
330
 
331
  with gr.Row():
 
325
  # Gradio UI
326
  with gr.Blocks() as demo:
327
  with gr.Row():
328
+ image_input = gr.Image(type="filepath")
329
  submit_button = gr.Button("Analyze Face")
330
 
331
  with gr.Row():