yunuseduran commited on
Commit
3770605
·
verified ·
1 Parent(s): 16ce0fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,4 +166,4 @@ demo = gr.Interface(
166
 
167
  # Uygulamayı başlat
168
  if __name__ == "__main__":
169
- demo.launch()
 
166
 
167
  # Uygulamayı başlat
168
  if __name__ == "__main__":
169
+ demo.launch(share=True)