Spaces:
Runtime error
Runtime error
Commit
·
e14435b
1
Parent(s):
f13d61d
Update app.py
Browse files
app.py
CHANGED
@@ -73,5 +73,5 @@ with gr.Blocks() as demo:
|
|
73 |
iface.launch()
|
74 |
|
75 |
if __name__ == "__main__":
|
76 |
-
|
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
|