JustKiddo commited on
Commit
f818fa7
·
verified ·
1 Parent(s): 4c9e711

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -26,10 +26,12 @@ def additional_input(text):
26
  return f"Additional input received: {text}"
27
 
28
  with gr.Blocks() as generated_output:
29
- with gr.Column():
30
- gr.Interface(sepia, gr.Image(), "image")
31
  with gr.Row():
32
- gr.Textbox()
 
 
 
33
 
34
  #with gr.Blocks() as generated_output:
35
  # inp = gr.Interface(sepia, gr.Image(), "image")
 
26
  return f"Additional input received: {text}"
27
 
28
  with gr.Blocks() as generated_output:
29
+ gr.Interface(sepia, gr.Image(), "image")
 
30
  with gr.Row():
31
+ inp = gr.Interface(sepia, gr.Image(), "image")
32
+ out = gr.Textbox()
33
+ inp.change(sepia, inp, out)
34
+ =
35
 
36
  #with gr.Blocks() as generated_output:
37
  # inp = gr.Interface(sepia, gr.Image(), "image")