Kristofy commited on
Commit
c36bde5
·
1 Parent(s): 77bab73

Generating public link for gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -476,4 +476,4 @@ iface = gr.Interface(
476
  title="📚KubeWizard📚",
477
  )
478
 
479
- iface.launch()
 
476
  title="📚KubeWizard📚",
477
  )
478
 
479
+ iface.launch(share=True)