Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
c3c7735
1
Parent(s):
833e4d5
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;">
|
@@ -117,10 +117,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
117 |
</p>
|
118 |
</div>
|
119 |
"""
|
120 |
-
)
|
121 |
-
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
122 |
-
|
123 |
-
|
124 |
with gr.Column(elem_id="col-container"):
|
125 |
with gr.Row(variant="compact"):
|
126 |
input_text = gr.Textbox(
|
|
|
91 |
output4 = proc1(prompt_with_noise)
|
92 |
return output4
|
93 |
|
94 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
95 |
gr.HTML(
|
96 |
"""
|
97 |
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
|
|
117 |
</p>
|
118 |
</div>
|
119 |
"""
|
120 |
+
)
|
|
|
|
|
|
|
121 |
with gr.Column(elem_id="col-container"):
|
122 |
with gr.Row(variant="compact"):
|
123 |
input_text = gr.Textbox(
|