Update app.py
Browse files
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 [
|
| 120 |
""")
|
| 121 |
|
| 122 |
|
|
@@ -162,7 +162,7 @@ def main():
|
|
| 162 |
type="filepath",
|
| 163 |
interactive=True
|
| 164 |
)
|
| 165 |
-
|
| 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,
|