Drexubery commited on
Commit
e308b99
1 Parent(s): 061726b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def viewcrafter_demo(opts):
84
  with gr.Column():
85
  # step 0: tutorial
86
  gr.Markdown("## Step 0: Read tutorial", show_label=False)
87
- gr.Markdown("<div align='left' style='font-size:18px;color: #000000'>Please refer to the tutorial <a href='https://github.com/Drexubery/ViewCrafter/blob/main/docs/render_help.md' target='_blank'>here</a> for best practice, which includes the cameara system defination and the renderer parameters.</div>")
88
 
89
  # step 2: input an image
90
  gr.Markdown("---\n## Step 1: Input an Image, selet an elevation angle and a center_scale factor", show_label=False, visible=True)
 
84
  with gr.Column():
85
  # step 0: tutorial
86
  gr.Markdown("## Step 0: Read tutorial", show_label=False)
87
+ gr.Markdown("<div align='left' style='font-size:18px;color: #000000'>Please refer to the tutorial <a href='https://github.com/Drexubery/ViewCrafter/blob/main/docs/gradio_tutorial.md' target='_blank'>here</a> for best practice, which includes the cameara system defination and the renderer parameters.</div>")
88
 
89
  # step 2: input an image
90
  gr.Markdown("---\n## Step 1: Input an Image, selet an elevation angle and a center_scale factor", show_label=False, visible=True)