Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ with gr.Blocks() as generated_output:
|
|
| 30 |
with gr.Column():
|
| 31 |
gr.Interface(fn=sepia,
|
| 32 |
inputs=gr.Image(),
|
| 33 |
-
outputs=["image", "
|
| 34 |
show_progress="minimal")
|
| 35 |
#with gr.Row():
|
| 36 |
#gr.Textbox(label="text")
|
|
|
|
| 30 |
with gr.Column():
|
| 31 |
gr.Interface(fn=sepia,
|
| 32 |
inputs=gr.Image(),
|
| 33 |
+
outputs=["image", "image"],
|
| 34 |
show_progress="minimal")
|
| 35 |
#with gr.Row():
|
| 36 |
#gr.Textbox(label="text")
|