cogcorp commited on
Commit
fd8442d
·
1 Parent(s): 025254a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ def pdf_to_text(file, user_prompt):
51
  return '\n'.join(texts)
52
 
53
  iface = gr.Interface(fn=pdf_to_text, inputs=["file", "text"], outputs="text")
54
- iface.launch(share=True)
 
51
  return '\n'.join(texts)
52
 
53
  iface = gr.Interface(fn=pdf_to_text, inputs=["file", "text"], outputs="text")
54
+ iface.launch(share=False)