Parthebhan commited on
Commit
322d628
·
verified ·
1 Parent(s): 4ba9fbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def app():
22
  with gr.Blocks():
23
  with gr.Row():
24
  with gr.Column():
25
- img_path = gr.Image(type="file", label="Image")
26
  model_path = gr.Dropdown(
27
  label="Model",
28
  choices=[
 
22
  with gr.Blocks():
23
  with gr.Row():
24
  with gr.Column():
25
+ img_path = gr.Image(type="filepath", label="Image")
26
  model_path = gr.Dropdown(
27
  label="Model",
28
  choices=[