JustKiddo commited on
Commit
283fe0a
·
verified ·
1 Parent(s): 2d3a2c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks() as generated_output:
25
  # Hello World!
26
  Start typing below to see the output.
27
  """)
28
- inp = gr.Textbox(placeholder="What is your name?")
29
  out = gr.Textbox()
30
  inp.change(welcome, inp, out)
31
 
 
25
  # Hello World!
26
  Start typing below to see the output.
27
  """)
28
+ inp = sepia_interface
29
  out = gr.Textbox()
30
  inp.change(welcome, inp, out)
31