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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -73,6 +73,5 @@ with gr.Blocks() as demo:
73
  iface.launch()
74
 
75
  if __name__ == "__main__":
76
- demo.title = "CHATGPT-PAPER-READER"
77
-
78
  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
+ 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