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