Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -429,7 +429,7 @@ with gr.Blocks(css=css) as demo:
|
|
429 |
cache_examples=True,
|
430 |
)
|
431 |
|
432 |
-
gr.Markdown(article)
|
433 |
|
434 |
demo.queue(api_open=False)
|
435 |
demo.launch()
|
|
|
429 |
cache_examples=True,
|
430 |
)
|
431 |
|
432 |
+
# gr.Markdown(article)
|
433 |
|
434 |
demo.queue(api_open=False)
|
435 |
demo.launch()
|