Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -175,9 +175,7 @@ css = """
|
|
175 |
}
|
176 |
"""
|
177 |
|
178 |
-
|
179 |
-
|
180 |
-
with gr.Blocks(title="Athena Playground Chat", css=css, theme=theme) as demo:
|
181 |
gr.Markdown("# 🚀 Athena Playground Chat")
|
182 |
gr.Markdown("*Powered by HuggingFace ZeroGPU*")
|
183 |
|
|
|
175 |
}
|
176 |
"""
|
177 |
|
178 |
+
with gr.Blocks(title="Athena Playground Chat", css=css, theme='NoCrypt/miku') as demo:
|
|
|
|
|
179 |
gr.Markdown("# 🚀 Athena Playground Chat")
|
180 |
gr.Markdown("*Powered by HuggingFace ZeroGPU*")
|
181 |
|