Spaces:
Running
Running
Yufan_Zhou commited on
Commit ·
84356b9
1
Parent(s): d5460be
Remove ssr_mode parameter - not supported in current Gradio version
Browse files
app.py
CHANGED
|
@@ -364,8 +364,7 @@ div[class*="gr-box"],
|
|
| 364 |
with gr.Blocks(
|
| 365 |
css=custom_css,
|
| 366 |
title="DeepPersona - AI Character Generator",
|
| 367 |
-
theme=gr.themes.Default(primary_hue="purple", secondary_hue="blue")
|
| 368 |
-
ssr_mode=False
|
| 369 |
) as demo:
|
| 370 |
# Header
|
| 371 |
gr.Markdown("<h1 class='header-text'>🎭 DeepPersona</h1>")
|
|
|
|
| 364 |
with gr.Blocks(
|
| 365 |
css=custom_css,
|
| 366 |
title="DeepPersona - AI Character Generator",
|
| 367 |
+
theme=gr.themes.Default(primary_hue="purple", secondary_hue="blue")
|
|
|
|
| 368 |
) as demo:
|
| 369 |
# Header
|
| 370 |
gr.Markdown("<h1 class='header-text'>🎭 DeepPersona</h1>")
|