Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def send_it6(inputs, noise_level, proc1=proc1):
|
|
111 |
with gr.Blocks(css='style.css') as demo:
|
112 |
gr.HTML(
|
113 |
"""
|
114 |
-
<div style="text-align: center; max-width:
|
115 |
<div>
|
116 |
<h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
|
117 |
DreamAnything
|
|
|
111 |
with gr.Blocks(css='style.css') as demo:
|
112 |
gr.HTML(
|
113 |
"""
|
114 |
+
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
115 |
<div>
|
116 |
<h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
|
117 |
DreamAnything
|