mbCrypto commited on
Commit
0247830
Β·
1 Parent(s): 2a58fb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks() as ui:
133
  )
134
 
135
  MODE = gr.Radio(choices=["First Choice", "Second Choice", "Third Choice"])
136
- run_button.click(
137
  fn=process,
138
  label="",
139
  inputs=[URI, MODE],
 
133
  )
134
 
135
  MODE = gr.Radio(choices=["First Choice", "Second Choice", "Third Choice"])
136
+ gr.Button("Process").click(
137
  fn=process,
138
  label="",
139
  inputs=[URI, MODE],