JustKiddo commited on
Commit
f365d81
·
verified ·
1 Parent(s): b3648b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -26,12 +26,10 @@ def additional_input(text):
26
  return f"Additional input received: {text}"
27
 
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")
35
 
36
  #with gr.Blocks() as generated_output:
37
  # inp = gr.Interface(sepia, gr.Image(), "image")
 
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
+ output_text = gr.Textbox(label="Processed Text")
 
 
 
 
33
 
34
  #with gr.Blocks() as generated_output:
35
  # inp = gr.Interface(sepia, gr.Image(), "image")