Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,27 +75,7 @@ def api_gradio(prompt, width, height):
|
|
| 75 |
|
| 76 |
return [image]
|
| 77 |
|
| 78 |
-
|
| 79 |
-
/*
|
| 80 |
-
footer {
|
| 81 |
-
visibility: hidden
|
| 82 |
-
}
|
| 83 |
-
#generate_button {
|
| 84 |
-
color: white;
|
| 85 |
-
border-color: #007bff;
|
| 86 |
-
background: #2563eb;
|
| 87 |
-
}
|
| 88 |
-
#save_button {
|
| 89 |
-
color: white;
|
| 90 |
-
border-color: #028b40;
|
| 91 |
-
background: #01b97c;
|
| 92 |
-
width: 200px;
|
| 93 |
-
}
|
| 94 |
-
#settings_header {
|
| 95 |
-
background: rgb(245, 105, 105);
|
| 96 |
-
}
|
| 97 |
-
*/
|
| 98 |
-
"""
|
| 99 |
|
| 100 |
with gr.Blocks(css=css) as demo:
|
| 101 |
with gr.Row():
|
|
|
|
| 75 |
|
| 76 |
return [image]
|
| 77 |
|
| 78 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
with gr.Blocks(css=css) as demo:
|
| 81 |
with gr.Row():
|