ImanAmran commited on
Commit
a426aff
1 Parent(s): c7c9573

Update 101234444_aml_assignment_1.py

Browse files
Files changed (1) hide show
  1. 101234444_aml_assignment_1.py +2 -1
101234444_aml_assignment_1.py CHANGED
@@ -62,4 +62,5 @@ iface = gr.Interface(
62
  live=True
63
  )
64
 
65
- iface.launch()
 
 
62
  live=True
63
  )
64
 
65
+ # Launch the Gradio Interface with sharing enabled
66
+ iface.launch(share=True)