epochs-demos commited on
Commit
e14435b
·
1 Parent(s): f13d61d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,5 +73,5 @@ with gr.Blocks() as demo:
73
  iface.launch()
74
 
75
  if __name__ == "__main__":
76
- iface = gr.Interface(title=title, description=description)
77
  demo.launch() # add "share=True" to share CHATGPT-PAPER-READER app on Internet. an app on hugging face
 
73
  iface.launch()
74
 
75
  if __name__ == "__main__":
76
+ demo.Interface(title=title, description=description)
77
  demo.launch() # add "share=True" to share CHATGPT-PAPER-READER app on Internet. an app on hugging face