Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
af10550
1
Parent(s):
c3c7735
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def send_it4(inputs, noise_level, proc1=proc1):
|
|
91 |
output4 = proc1(prompt_with_noise)
|
92 |
return output4
|
93 |
|
94 |
-
with gr.Blocks(
|
95 |
gr.HTML(
|
96 |
"""
|
97 |
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
|
|
91 |
output4 = proc1(prompt_with_noise)
|
92 |
return output4
|
93 |
|
94 |
+
with gr.Blocks(css='style.css') as demo:
|
95 |
gr.HTML(
|
96 |
"""
|
97 |
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|