Zhengyi commited on
Commit
0b9c1a9
1 Parent(s): 5133925

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ with gr.Blocks() as demo:
202
  label="Output OBJ",
203
  interactive=False,
204
  )
205
- gr.Markdown("Note: (1) Use our official code to support higher resolution texture. (2) Ensure that the image is correctly pre-processed into a grey background, otherwise the results will be unpredictable.")
206
 
207
  inputs = [
208
  processed_image,
 
202
  label="Output OBJ",
203
  interactive=False,
204
  )
205
+ gr.Markdown("Note: Ensure that the input image is correctly pre-processed into a grey background, otherwise the results will be unpredictable.")
206
 
207
  inputs = [
208
  processed_image,