acecalisto3 commited on
Commit
32defef
·
verified ·
1 Parent(s): d34b685

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -347,7 +347,7 @@ def create_interface():
347
 
348
  # Event handlers
349
  process_btn.click(
350
- fn=gradio_interface,
351
  inputs=[
352
  urls_input,
353
  file_input,
 
347
 
348
  # Event handlers
349
  process_btn.click(
350
+ fn=create_interface,
351
  inputs=[
352
  urls_input,
353
  file_input,