Spaces:
Runtime error
Runtime error
Add support for running on servers locally as well
Browse files
app.py
CHANGED
|
@@ -255,12 +255,8 @@ with gr.Blocks(css=custom_css, title="Eruku - Styled Text Generation") as demo:
|
|
| 255 |
}
|
| 256 |
```
|
| 257 |
|
| 258 |
-
---
|
| 259 |
-
<p style="text-align: center; color: #888;">
|
| 260 |
-
Built by <a href="https://aimagelab.ing.unimore.it/" target="_blank">AImageLab</a> @ University of Modena and Reggio Emilia
|
| 261 |
-
</p>
|
| 262 |
""")
|
| 263 |
|
| 264 |
|
| 265 |
if __name__ == "__main__":
|
| 266 |
-
demo.launch()
|
|
|
|
| 255 |
}
|
| 256 |
```
|
| 257 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 258 |
""")
|
| 259 |
|
| 260 |
|
| 261 |
if __name__ == "__main__":
|
| 262 |
+
demo.launch(server_name="0.0.0.0")
|