acecalisto3 commited on
Commit
93d881e
·
verified ·
1 Parent(s): cce8e24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -402,10 +402,8 @@ def create_interface():
402
  inputs=[
403
  chat_instruction,
404
  chat_url_input,
405
- chat_url_input,
406
  chat_bulk_toggle,
407
- chat_max_urls,
408
- crawl_depth
409
  ],
410
  outputs=chat_output
411
  )
@@ -421,8 +419,4 @@ def create_interface():
421
  """
422
  )
423
 
424
- return demo
425
-
426
- if __name__ == "__main__":
427
- demo = create_interface()
428
- demo.launch()
 
402
  inputs=[
403
  chat_instruction,
404
  chat_url_input,
 
405
  chat_bulk_toggle,
406
+ chat_max_urls
 
407
  ],
408
  outputs=chat_output
409
  )
 
419
  """
420
  )
421
 
422
+ return demo