Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,8 +108,9 @@ with gr.Blocks(css=css) as myface:
|
|
108 |
#will-change: transform,opacity !important;
|
109 |
#z-index: 0 !important;
|
110 |
gr.HTML("""<style> .gr-button {
|
111 |
-
|
112 |
-
|
|
|
113 |
}</style>""")
|
114 |
run=gr.Button("Generate Image")
|
115 |
with gr.Row():
|
|
|
108 |
#will-change: transform,opacity !important;
|
109 |
#z-index: 0 !important;
|
110 |
gr.HTML("""<style> .gr-button {
|
111 |
+
color: white !important;
|
112 |
+
border-color: #ffffff !important;
|
113 |
+
background-image: linear-gradient(#000000, #660099) !important;
|
114 |
}</style>""")
|
115 |
run=gr.Button("Generate Image")
|
116 |
with gr.Row():
|