Hev832 commited on
Commit
8293bff
1 Parent(s): da8f353

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as demo:
45
 
46
  btn.click(
47
  fetch,
48
- [url],
49
  [outputs]
50
  )
51
  demo.launch(debug=True, share=True)
 
45
 
46
  btn.click(
47
  fetch,
48
+ [url, custom_name],
49
  [outputs]
50
  )
51
  demo.launch(debug=True, share=True)