ryanwang0601 commited on
Commit
4ec8624
·
1 Parent(s): 94b7c00

Adding Sharing Parameter to Allow public launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ if __name__ == "__main__":
36
  gr.outputs.Textbox(label="Response"),
37
  title="🗣️TalkToMyDoc📄",
38
  description="🗣️TalkToMyDoc📄 is a tool that allows you to ask questions about a document. In this case - Hitch Hitchhiker's Guide to the Galaxy.",
39
- ).launch()
 
36
  gr.outputs.Textbox(label="Response"),
37
  title="🗣️TalkToMyDoc📄",
38
  description="🗣️TalkToMyDoc📄 is a tool that allows you to ask questions about a document. In this case - Hitch Hitchhiker's Guide to the Galaxy.",
39
+ ).launch(share=True)