advcloud
commited on
Commit
·
19cf7a4
1
Parent(s):
9d224d7
first commit
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ img#teaser {
|
|
64 |
with gr.Column():
|
65 |
with gr.Row():
|
66 |
input_image = gr.Image(label='Input Image',
|
67 |
-
type='
|
68 |
with gr.Row():
|
69 |
preprocess_button = gr.Button('Preprocess')
|
70 |
with gr.Column():
|
|
|
64 |
with gr.Column():
|
65 |
with gr.Row():
|
66 |
input_image = gr.Image(label='Input Image',
|
67 |
+
type='filepath')
|
68 |
with gr.Row():
|
69 |
preprocess_button = gr.Button('Preprocess')
|
70 |
with gr.Column():
|