Spaces:
Running
Running
crcdng
commited on
Commit
·
e458e87
1
Parent(s):
be764bf
fix
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -287,7 +287,7 @@ class GradioUI:
|
|
287 |
def launch(self, **kwargs):
|
288 |
import gradio as gr
|
289 |
|
290 |
-
with gr.Blocks(fill_height=True, theme='crcdng/cyber', css_paths="cyberpunk.css, scrolling_text.css") as demo:
|
291 |
|
292 |
title_html=(
|
293 |
"""
|
|
|
287 |
def launch(self, **kwargs):
|
288 |
import gradio as gr
|
289 |
|
290 |
+
with gr.Blocks(fill_height=True, theme='crcdng/cyber', css_paths="[cyberpunk.css, scrolling_text.css]") as demo:
|
291 |
|
292 |
title_html=(
|
293 |
"""
|