Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -524,7 +524,7 @@ if __name__ == "__main__":
|
|
524 |
torch_dtype = torch.float16
|
525 |
|
526 |
with gr.Blocks(analytics_enabled=False) as demo:
|
527 |
-
gr.
|
528 |
"""
|
529 |
<div style="text-align: center;">
|
530 |
<div style="display: flex; justify-content: center;">
|
|
|
524 |
torch_dtype = torch.float16
|
525 |
|
526 |
with gr.Blocks(analytics_enabled=False) as demo:
|
527 |
+
gr.HTML(
|
528 |
"""
|
529 |
<div style="text-align: center;">
|
530 |
<div style="display: flex; justify-content: center;">
|