tomascufaro commited on
Commit
75e612d
·
1 Parent(s): ad547cc

share true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,4 +79,4 @@ iface = gr.Interface(
79
  title="Interviews: QA and summarization",
80
  description="Upload a .docx file with the interview and enter the question you have or ask for a summarization.")
81
 
82
- iface.launch()
 
79
  title="Interviews: QA and summarization",
80
  description="Upload a .docx file with the interview and enter the question you have or ask for a summarization.")
81
 
82
+ iface.launch(share=True)