Update app.py
Browse files
app.py
CHANGED
|
@@ -42,4 +42,4 @@ graph = Graph(
|
|
| 42 |
name="Transparent Background Image Generator", nodes=[glm_image, background_remover]
|
| 43 |
)
|
| 44 |
|
| 45 |
-
graph.launch()
|
|
|
|
| 42 |
name="Transparent Background Image Generator", nodes=[glm_image, background_remover]
|
| 43 |
)
|
| 44 |
|
| 45 |
+
graph.launch(host="0.0.0.0")
|