codewithRiz commited on
Commit
fe2a231
1 Parent(s): be4fd28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ iface = gr.Interface(
98
  )
99
 
100
  if __name__ == "__main__":
101
- iface.launch()
 
98
  )
99
 
100
  if __name__ == "__main__":
101
+ iface.launch(share=True)