ysmao commited on
Commit
e6efb3d
·
1 Parent(s): 41000e2

update notes

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -92,6 +92,9 @@ with gr.Blocks() as demo:
92
  gr.Markdown(
93
  "### Using [MultiView In-Context LoRA](https://huggingface.co/ysmao/multiview-incontext)"
94
  )
 
 
 
95
 
96
  with gr.Tab("Demo"):
97
  with gr.Row():
 
92
  gr.Markdown(
93
  "### Using [MultiView In-Context LoRA](https://huggingface.co/ysmao/multiview-incontext)"
94
  )
95
+ gr.Markdown(
96
+ "> **_NOTE:_** This is a beta release of the model. The consistency between views may not be perfect. I am working on improving the geometric consistency and spatial relationships between generated views."
97
+ )
98
 
99
  with gr.Tab("Demo"):
100
  with gr.Row():