MathGpn commited on
Commit
637a5db
·
1 Parent(s): 17b3f9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ iface = gr.Interface(
14
  examples=[["Hello! My name is Omar"]]
15
  )
16
 
17
- iface.launch()
 
14
  examples=[["Hello! My name is Omar"]]
15
  )
16
 
17
+ iface.launch(share=True)