Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -311,7 +311,6 @@ with gr.Blocks(css="style.css", theme="NoCrypt/[email protected]") as demo:
|
|
311 |
image = gr.Image(
|
312 |
label="Image Input",
|
313 |
visible=False,
|
314 |
-
source="upload",
|
315 |
type="filepath"
|
316 |
)
|
317 |
with gr.Accordion(label="Quality Tags", open=True):
|
|
|
311 |
image = gr.Image(
|
312 |
label="Image Input",
|
313 |
visible=False,
|
|
|
314 |
type="filepath"
|
315 |
)
|
316 |
with gr.Accordion(label="Quality Tags", open=True):
|