VaultChem commited on
Commit
cfe6b50
·
verified ·
1 Parent(s): 60be4f0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ if __name__ == "__main__":
238
 
239
  #gr.Interface(fn, inputs, outputs, title=title, description=description).launch()
240
 
241
- run_bottn = gr.Button(label="Run ")
242
 
243
  run_bottn.click(
244
  fn=(process_pipeline,),
 
238
 
239
  #gr.Interface(fn, inputs, outputs, title=title, description=description).launch()
240
 
241
+ run_bottn = gr.Button("Run")
242
 
243
  run_bottn.click(
244
  fn=(process_pipeline,),