Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ if torch.cuda.is_available():
|
|
111 |
else:
|
112 |
power_device = "CPU"
|
113 |
|
114 |
-
with gr.Blocks(theme=gr.themes.
|
115 |
with gr.Column(elem_id="col-container"):
|
116 |
gr.Markdown(f"""
|
117 |
# Image Generator
|
|
|
111 |
else:
|
112 |
power_device = "CPU"
|
113 |
|
114 |
+
with gr.Blocks(theme=gr.themes.Soft(),css=css) as demo:
|
115 |
with gr.Column(elem_id="col-container"):
|
116 |
gr.Markdown(f"""
|
117 |
# Image Generator
|