Change theme
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ def generate_image(prompt, selected_model, is_negative=False, steps=1, cfg_scale
|
|
| 65 |
except requests.exceptions.RequestException as e:
|
| 66 |
raise gr.Error("The service/model is unavailable. Please try again later, or select another model.")
|
| 67 |
|
| 68 |
-
with gr.Blocks(theme="
|
| 69 |
gr.HTML(
|
| 70 |
"""
|
| 71 |
<div style="text-align: center; margin: 0 auto;">
|
|
|
|
| 65 |
except requests.exceptions.RequestException as e:
|
| 66 |
raise gr.Error("The service/model is unavailable. Please try again later, or select another model.")
|
| 67 |
|
| 68 |
+
with gr.Blocks(theme="miittnnss/green", title="Play with Stable Diffusion Models") as playground:
|
| 69 |
gr.HTML(
|
| 70 |
"""
|
| 71 |
<div style="text-align: center; margin: 0 auto;">
|