Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -412,5 +412,6 @@ with gr.Blocks(fill_height=True,css=CSS_STYLES,theme=custom_theme,js="""
|
|
| 412 |
document.getElementsByTagName('head')[0].appendChild(link);
|
| 413 |
}
|
| 414 |
""",) as demo:
|
|
|
|
| 415 |
loaded_demo.render()
|
| 416 |
demo.launch(show_api=False, show_error=False, quiet=True, debug=False)
|
|
|
|
| 412 |
document.getElementsByTagName('head')[0].appendChild(link);
|
| 413 |
}
|
| 414 |
""",) as demo:
|
| 415 |
+
|
| 416 |
loaded_demo.render()
|
| 417 |
demo.launch(show_api=False, show_error=False, quiet=True, debug=False)
|