lixiang46 commited on
Commit
6a73c28
·
1 Parent(s): 02843f1
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -109,10 +109,11 @@ css="""
109
 
110
  with gr.Blocks(css=css) as demo:
111
  with gr.Row():
112
- gr.Markdown(f"""
113
- # Kolors-IP-Adapter-Plus
114
- Currently running on {power_device}.
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"):