Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -450,6 +450,6 @@ with gr.Blocks(css=css) as demo:
|
|
| 450 |
gr.HTML("""
|
| 451 |
<div style="color: white; background: black; padding: 20px; text-align: center; font-size: 24px;">
|
| 452 |
🚧 Coming Soon 🚧
|
| 453 |
-
</div>"""
|
| 454 |
)
|
| 455 |
demo.queue().launch()
|
|
|
|
| 450 |
gr.HTML("""
|
| 451 |
<div style="color: white; background: black; padding: 20px; text-align: center; font-size: 24px;">
|
| 452 |
🚧 Coming Soon 🚧
|
| 453 |
+
</div> """
|
| 454 |
)
|
| 455 |
demo.queue().launch()
|