Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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=[
|