Spaces:
Sleeping
Sleeping
Update 101234444_aml_assignment_1.py
Browse files
101234444_aml_assignment_1.py
CHANGED
@@ -62,4 +62,5 @@ iface = gr.Interface(
|
|
62 |
live=True
|
63 |
)
|
64 |
|
65 |
-
|
|
|
|
62 |
live=True
|
63 |
)
|
64 |
|
65 |
+
# Launch the Gradio Interface with sharing enabled
|
66 |
+
iface.launch(share=True)
|