Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,4 +130,4 @@ demo = gr.Interface(
|
|
| 130 |
title="CV Template with Markdown Tables + Bullets"
|
| 131 |
)
|
| 132 |
|
| 133 |
-
demo.launch()
|
|
|
|
| 130 |
title="CV Template with Markdown Tables + Bullets"
|
| 131 |
)
|
| 132 |
|
| 133 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|