nightfury commited on
Commit
1fe8a3b
·
verified ·
1 Parent(s): fdf645d

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks() as demo:
21
  prog = gr.HTML(
22
  value="<h3 style='text-align: center'> Processing...<h1>"
23
  )
24
- gr.Interface(slowly_reverse, selected, prog)
25
 
26
  t = gr.Textbox()
27
  b = gr.Button()
 
21
  prog = gr.HTML(
22
  value="<h3 style='text-align: center'> Processing...<h1>"
23
  )
24
+ gr.Interface(test, selected, prog)
25
 
26
  t = gr.Textbox()
27
  b = gr.Button()