YaTharThShaRma999 commited on
Commit
de69790
·
verified ·
1 Parent(s): 51b9ec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ iface = gr.Interface(
23
  description="Enter your Python code and click 'Execute Code' to run it."
24
  )
25
 
26
- iface.launch()
 
23
  description="Enter your Python code and click 'Execute Code' to run it."
24
  )
25
 
26
+ iface.launch(share=True)