Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 99 |
)
|
| 100 |
|
| 101 |
gr.HTML(
|
| 102 |
-
"<p><small><center>This demo is built together by the community</center></small></p>"
|
| 103 |
)
|
| 104 |
|
| 105 |
demo.queue().launch()
|
|
|
|
| 99 |
)
|
| 100 |
|
| 101 |
gr.HTML(
|
| 102 |
+
"<p><small><center>This demo is built together by the community</center></small></p>"
|
| 103 |
)
|
| 104 |
|
| 105 |
demo.queue().launch()
|