Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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():
|