Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,5 +56,5 @@ career_advice_app = gr.Interface(
|
|
56 |
)
|
57 |
|
58 |
# Launch the application
|
59 |
-
career_advice_app.launch(server_name="0.0.0.0", debug=True,
|
60 |
|
|
|
56 |
)
|
57 |
|
58 |
# Launch the application
|
59 |
+
career_advice_app.launch(server_name="0.0.0.0", debug=True, share=True)
|
60 |
|