X-iZhang commited on
Commit
df06f36
·
verified ·
1 Parent(s): 135c49f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -116,7 +116,7 @@ def main():
116
 
117
  The demo is currently running on **CPU**, and a single inference takes approximately **500 seconds**.
118
  To achieve optimal performance and significantly reduce inference time, **GPU** is required for effective operation.
119
- For more details, please refer to the [Demo Project].
120
  """)
121
 
122
 
@@ -162,7 +162,7 @@ def main():
162
  type="filepath",
163
  interactive=True
164
  )
165
- # 新增一个复选框,勾选后表示「Without Prior Image」
166
  with gr.Row():
167
  gr.Examples(
168
  examples=IMAGE_EXAMPLES,
 
116
 
117
  The demo is currently running on **CPU**, and a single inference takes approximately **500 seconds**.
118
  To achieve optimal performance and significantly reduce inference time, **GPU** is required for effective operation.
119
+ For more details, please refer to the [launch demo locally](https://github.com/X-iZhang/Libra#gradio-web-ui).
120
  """)
121
 
122
 
 
162
  type="filepath",
163
  interactive=True
164
  )
165
+
166
  with gr.Row():
167
  gr.Examples(
168
  examples=IMAGE_EXAMPLES,