Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
|
@@ -215,6 +215,6 @@ MIT
|
|
| 215 |
"""
|
| 216 |
with gr.Blocks() as demo:
|
| 217 |
gr.Markdown(value=md, header_links=True)
|
| 218 |
-
|
| 219 |
|
| 220 |
demo.launch()
|
|
|
|
| 215 |
"""
|
| 216 |
with gr.Blocks() as demo:
|
| 217 |
gr.Markdown(value=md, header_links=True)
|
| 218 |
+
gr.Markdown(value=md, header_links=True)
|
| 219 |
|
| 220 |
demo.launch()
|