Spaces:
Runtime error
Runtime error
lixiang46
commited on
Commit
·
6a73c28
1
Parent(s):
02843f1
update
Browse files
app.py
CHANGED
@@ -109,10 +109,11 @@ css="""
|
|
109 |
|
110 |
with gr.Blocks(css=css) as demo:
|
111 |
with gr.Row():
|
112 |
-
gr.
|
113 |
-
|
114 |
-
|
115 |
-
|
|
|
116 |
|
117 |
with gr.Row():
|
118 |
with gr.Column(elem_id="col-left"):
|
|
|
109 |
|
110 |
with gr.Blocks(css=css) as demo:
|
111 |
with gr.Row():
|
112 |
+
with gr.Column():
|
113 |
+
gr.Markdown(f"""
|
114 |
+
# Kolors-IP-Adapter-Plus
|
115 |
+
Currently running on {power_device}.
|
116 |
+
""")
|
117 |
|
118 |
with gr.Row():
|
119 |
with gr.Column(elem_id="col-left"):
|