abhicake commited on
Commit
1369f69
·
verified ·
1 Parent(s): 01d1fe8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ iface = gr.Interface(fn=search_courses,
48
  description="Enter a query to find the 4 top most similar courses to your requirements")
49
 
50
  # Launch the Gradio app
51
- iface.launch()
 
48
  description="Enter a query to find the 4 top most similar courses to your requirements")
49
 
50
  # Launch the Gradio app
51
+ iface.launch(share=True)