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