Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,9 +27,9 @@ def additional_input(text):
|
|
27 |
sepia_interface = gr.Interface(sepia, gr.Image(), "image")
|
28 |
|
29 |
with gr.Blocks() as generated_output:
|
30 |
-
with gr.
|
31 |
gr.Interface(sepia, gr.Image(), "image")
|
32 |
-
with gr.
|
33 |
gr.Textbox()
|
34 |
|
35 |
#with gr.Blocks() as generated_output:
|
|
|
27 |
sepia_interface = gr.Interface(sepia, gr.Image(), "image")
|
28 |
|
29 |
with gr.Blocks() as generated_output:
|
30 |
+
with gr.Column():
|
31 |
gr.Interface(sepia, gr.Image(), "image")
|
32 |
+
with gr.Row():
|
33 |
gr.Textbox()
|
34 |
|
35 |
#with gr.Blocks() as generated_output:
|