Spaces:
Sleeping
Sleeping
kevinwang676
commited on
Commit
•
cf79434
1
Parent(s):
3e65c2f
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ def process_configuration(uuid_str, bot_avatar, name, description,
|
|
149 |
|
150 |
|
151 |
# 创建 Gradio 界面
|
152 |
-
demo = gr.Blocks(css='assets/app.css')
|
153 |
with demo:
|
154 |
|
155 |
uuid_str = gr.Textbox(label='modelscope_uuid', visible=False)
|
|
|
149 |
|
150 |
|
151 |
# 创建 Gradio 界面
|
152 |
+
demo = gr.Blocks(css='assets/app.css', theme="JohnSmith9982/small_and_pretty")
|
153 |
with demo:
|
154 |
|
155 |
uuid_str = gr.Textbox(label='modelscope_uuid', visible=False)
|