cuneytkaya commited on
Commit
7055800
1 Parent(s): 18ceccf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ interface = gr.Interface(
22
  description="This model answers questions from Turkish academic exams like KPSS, TUS, etc.",
23
  )
24
 
25
- interface.launch()
 
22
  description="This model answers questions from Turkish academic exams like KPSS, TUS, etc.",
23
  )
24
 
25
+ interface.launch(share=True)