shaokun commited on
Commit
365977d
·
1 Parent(s): 31fd16b

share this space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ iface = gr.Interface(
13
  description="Load a CSV file and display its contents.",
14
  )
15
 
16
- iface.launch()
 
13
  description="Load a CSV file and display its contents.",
14
  )
15
 
16
+ iface.launch(share=True)