Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,9 +28,7 @@ def additional_input(text):
|
|
28 |
with gr.Blocks() as generated_output:
|
29 |
with gr.Row():
|
30 |
with gr.Column():
|
31 |
-
|
32 |
-
clear_button = gr.Button("Clear")
|
33 |
-
submit_button = gr.Button("Submit")
|
34 |
with gr.Column():
|
35 |
output_text = gr.Textbox(label="Output Text")
|
36 |
additional_text = gr.Textbox(label="Additional Input")
|
|
|
28 |
with gr.Blocks() as generated_output:
|
29 |
with gr.Row():
|
30 |
with gr.Column():
|
31 |
+
gr.Interface(sepia, gr.Image(), "image")
|
|
|
|
|
32 |
with gr.Column():
|
33 |
output_text = gr.Textbox(label="Output Text")
|
34 |
additional_text = gr.Textbox(label="Additional Input")
|