samith-a commited on
Commit
a5e6f20
·
verified ·
1 Parent(s): ce44dab

add online temp link share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,4 +109,4 @@ demo = gr.Interface(
109
  )
110
 
111
  if __name__ == "__main__":
112
- demo.launch()
 
109
  )
110
 
111
  if __name__ == "__main__":
112
+ demo.launch(share=True)