Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
af9e4de
1
Parent(s):
a766dc6
Update app.py
Browse files
app.py
CHANGED
@@ -106,13 +106,6 @@ def send_it2(inputs, noise_level, proc1=proc1):
|
|
106 |
#output8 = proc1(prompt_with_noise)
|
107 |
#return output8
|
108 |
|
109 |
-
css = '''
|
110 |
-
#col-container {max-width: 800px; margin-left: auto; margin-right: auto;}
|
111 |
-
a {
|
112 |
-
color: inherit;
|
113 |
-
text-decoration: underline;
|
114 |
-
}
|
115 |
-
'''
|
116 |
|
117 |
with gr.Blocks(css='style.css') as demo:
|
118 |
gr.HTML(
|
|
|
106 |
#output8 = proc1(prompt_with_noise)
|
107 |
#return output8
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
|
110 |
with gr.Blocks(css='style.css') as demo:
|
111 |
gr.HTML(
|