Spaces:
Sleeping
Sleeping
crcdng
commited on
Commit
·
e0e3ad1
1
Parent(s):
083c5eb
test url
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='
|
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="url('/gradio_api/file=cyberpunk.css')") as demo:
|
291 |
|
292 |
title_html=(
|
293 |
"""
|