JustKiddo commited on
Commit
eea229c
·
verified ·
1 Parent(s): 85be239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -27,10 +27,10 @@ def additional_input(text):
27
  sepia_interface = gr.Interface(sepia, gr.Image(), "image")
28
 
29
  with gr.Blocks() as generated_output:
30
- with gr.Column():
31
- sepia_interface
32
  with gr.Row():
33
- gr.Textbox()
 
 
34
 
35
  #with gr.Blocks() as generated_output:
36
  # inp = gr.Interface(sepia, gr.Image(), "image")
 
27
  sepia_interface = gr.Interface(sepia, gr.Image(), "image")
28
 
29
  with gr.Blocks() as generated_output:
 
 
30
  with gr.Row():
31
+ gr.Interface(sepia, gr.Image(), "image")
32
+ with gr.Column():
33
+ gr.Textbox()
34
 
35
  #with gr.Blocks() as generated_output:
36
  # inp = gr.Interface(sepia, gr.Image(), "image")