hsuwill000 commited on
Commit
bbecbd7
1 Parent(s): f7d74fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -11,8 +11,8 @@ from typing import Optional, Dict
11
  model_id = "hsuwill000/anything-v5-openvino"
12
 
13
  #1024*512 記憶體不足
14
- HIGH=512
15
- WIDTH=512
16
 
17
  batch_size = -1
18
 
@@ -79,7 +79,7 @@ with gr.Blocks(css=css) as demo:
79
 
80
  with gr.Column(elem_id="col-container"):
81
  gr.Markdown(f"""
82
- # Disty0/LCM_SoteMix {WIDTH}x{HIGH}
83
  Currently running on {power_device}.
84
  """)
85
 
 
11
  model_id = "hsuwill000/anything-v5-openvino"
12
 
13
  #1024*512 記憶體不足
14
+ HIGH=1024
15
+ WIDTH=1024
16
 
17
  batch_size = -1
18
 
 
79
 
80
  with gr.Column(elem_id="col-container"):
81
  gr.Markdown(f"""
82
+ # anything-v5-openvino {WIDTH}x{HIGH}
83
  Currently running on {power_device}.
84
  """)
85