yilmazmusa commited on
Commit
167402c
1 Parent(s): 53da45d

fixed app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,4 +93,4 @@ iface = gr.Interface(
93
  description="Upload a PDF with an abstract to generate a summarized audio."
94
  )
95
 
96
- iface.launch()
 
93
  description="Upload a PDF with an abstract to generate a summarized audio."
94
  )
95
 
96
+ iface.launch(share=True)