zetaah commited on
Commit
232e364
1 Parent(s): d41f1b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,4 +50,4 @@ iface = gr.Interface(
50
  description="Get the exchange rate using the Wise API."
51
  )
52
 
53
- iface.launch(share=True)
 
50
  description="Get the exchange rate using the Wise API."
51
  )
52
 
53
+ iface.launch()