Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks() as generated_output:
|
|
32 |
with gr.Row():
|
33 |
#gr.Textbox(, label="Sepia values")
|
34 |
generated_output = gr.Interface(sepia,
|
35 |
-
inputs = gr.Image("image"),
|
36 |
outputs = gr.Textbox())
|
37 |
|
38 |
#with gr.Blocks() as generated_output:
|
|
|
32 |
with gr.Row():
|
33 |
#gr.Textbox(, label="Sepia values")
|
34 |
generated_output = gr.Interface(sepia,
|
35 |
+
inputs = gr.Image(label="image"),
|
36 |
outputs = gr.Textbox())
|
37 |
|
38 |
#with gr.Blocks() as generated_output:
|