NeuroDonu commited on
Commit
b49a5b2
·
verified ·
1 Parent(s): ac143fb

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -48,4 +48,4 @@ demo = gr.Interface(
48
  )
49
 
50
  if __name__ == "__main__":
51
- demo.launch()
 
48
  )
49
 
50
  if __name__ == "__main__":
51
+ demo.launch(share=True)