JustKiddo commited on
Commit
45c547a
·
verified ·
1 Parent(s): 38e770b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ sepia_interface = gr.Interface(sepia, gr.Image(), "image")
29
  with gr.Blocks() as generated_output:
30
  with gr.Column():
31
  gr.Interface(sepia, gr.Image(), "image", outputs=gr.Textbox())
32
- with gr.Row():
33
  #gr.Textbox()
34
  #gr.Interface(sepia,
35
  # inputs = gr.Image(label="image"),
 
29
  with gr.Blocks() as generated_output:
30
  with gr.Column():
31
  gr.Interface(sepia, gr.Image(), "image", outputs=gr.Textbox())
32
+ #with gr.Row():
33
  #gr.Textbox()
34
  #gr.Interface(sepia,
35
  # inputs = gr.Image(label="image"),