Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,6 @@ with gr.Blocks() as generated_output:
|
|
31 |
inp = gr.Interface(sepia, gr.Image(), "image")
|
32 |
out = gr.Textbox()
|
33 |
inp.change(sepia, inp, out)
|
34 |
-
=
|
35 |
|
36 |
#with gr.Blocks() as generated_output:
|
37 |
# inp = gr.Interface(sepia, gr.Image(), "image")
|
|
|
31 |
inp = gr.Interface(sepia, gr.Image(), "image")
|
32 |
out = gr.Textbox()
|
33 |
inp.change(sepia, inp, out)
|
|
|
34 |
|
35 |
#with gr.Blocks() as generated_output:
|
36 |
# inp = gr.Interface(sepia, gr.Image(), "image")
|