Kedreamix commited on
Commit
b0018bc
1 Parent(s): 986098d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -893,6 +893,6 @@ chatpaper_gui = gr.Interface(fn=upload_pdf,
893
  )
894
 
895
  # Start server
896
- gui = gr.TabbedInterface(interface_list=[api_gui, chatpaper_gui],
897
  tab_names=["ChatPaperFree"])
898
  gui.launch(quiet=True, show_api=False, debug=True)
 
893
  )
894
 
895
  # Start server
896
+ gui = gr.TabbedInterface(interface_list=[chatpaper_gui],
897
  tab_names=["ChatPaperFree"])
898
  gui.launch(quiet=True, show_api=False, debug=True)