Spaces:
Running
Running
crcdng
commited on
Commit
·
725d08a
1
Parent(s):
eb6a429
fix css path
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='cyberpunk.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='https://huggingface.co/spaces/crcdng/cyberpunk_time_terminal/gradio_api/file=cyberpunk.css') as demo:
|
291 |
|
292 |
title_html=(
|
293 |
"""
|