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