Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,8 +33,8 @@ with gr.Blocks() as generated_output:
|
|
33 |
output_img = gr.Image(label="Output Image")
|
34 |
gr.Interface(fn=sepia,
|
35 |
inputs=gr.Image(),
|
36 |
-
outputs=[
|
37 |
-
show_progress="
|
38 |
|
39 |
#with gr.Blocks() as generated_output:
|
40 |
# inp = gr.Interface(sepia, gr.Image(), "image")
|
|
|
33 |
output_img = gr.Image(label="Output Image")
|
34 |
gr.Interface(fn=sepia,
|
35 |
inputs=gr.Image(),
|
36 |
+
outputs=[output_img, sepia_values_text],
|
37 |
+
show_progress="full")
|
38 |
|
39 |
#with gr.Blocks() as generated_output:
|
40 |
# inp = gr.Interface(sepia, gr.Image(), "image")
|