Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -464,7 +464,7 @@ def main():
|
|
| 464 |
torch_dtype=torch.float16,
|
| 465 |
)
|
| 466 |
|
| 467 |
-
with gr.Blocks() as demo:
|
| 468 |
gr.Markdown(HEAD)
|
| 469 |
with gr.Row():
|
| 470 |
with gr.Column(scale=7):
|
|
|
|
| 464 |
torch_dtype=torch.float16,
|
| 465 |
)
|
| 466 |
|
| 467 |
+
with gr.Blocks(theme=gr.themes.Glass()) as demo:
|
| 468 |
gr.Markdown(HEAD)
|
| 469 |
with gr.Row():
|
| 470 |
with gr.Column(scale=7):
|