Spaces:
Sleeping
Sleeping
crcdng
commited on
Commit
·
ed97f95
1
Parent(s):
e272e0b
attempt fix
Browse files- Gradio_UI.py +1 -0
Gradio_UI.py
CHANGED
@@ -261,6 +261,7 @@ class GradioUI:
|
|
261 |
def launch(self, **kwargs):
|
262 |
import gradio as gr
|
263 |
|
|
|
264 |
with gr.Blocks(fill_height=True, theme='crcdng/cyber') as demo:
|
265 |
|
266 |
title_html=(
|
|
|
261 |
def launch(self, **kwargs):
|
262 |
import gradio as gr
|
263 |
|
264 |
+
gr.set_static_paths(paths=["/"])
|
265 |
with gr.Blocks(fill_height=True, theme='crcdng/cyber') as demo:
|
266 |
|
267 |
title_html=(
|