Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files
app.py
CHANGED
|
@@ -238,7 +238,7 @@ LIBRESPEED_HTML = """
|
|
| 238 |
"""
|
| 239 |
|
| 240 |
with gr.Blocks(fill_height=True) as demo:
|
| 241 |
-
gr.HTML(value=LIBRESPEED_HTML
|
| 242 |
|
| 243 |
app = gr.mount_gradio_app(fastapi_app, demo, path="/")
|
| 244 |
|
|
|
|
| 238 |
"""
|
| 239 |
|
| 240 |
with gr.Blocks(fill_height=True) as demo:
|
| 241 |
+
gr.HTML(value=LIBRESPEED_HTML)
|
| 242 |
|
| 243 |
app = gr.mount_gradio_app(fastapi_app, demo, path="/")
|
| 244 |
|