Spaces:
Build error
Build error
MekkCyber
commited on
Commit
·
8270ffb
1
Parent(s):
d426c32
fix
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def quantize_and_save(profile: gr.OAuthProfile | None, oauth_token: gr.OAuthToke
|
|
126 |
# return e
|
127 |
|
128 |
|
129 |
-
with gr.Blocks(theme=gr.themes.
|
130 |
gr.Markdown(
|
131 |
"""
|
132 |
# 🚀 LLM Model Quantization App
|
|
|
126 |
# return e
|
127 |
|
128 |
|
129 |
+
with gr.Blocks(theme=gr.themes.Ocean()) as app:
|
130 |
gr.Markdown(
|
131 |
"""
|
132 |
# 🚀 LLM Model Quantization App
|