Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -114,9 +114,8 @@ def main():
|
|
114 |
|
115 |
**🚨 Performance Warning**
|
116 |
|
117 |
-
The demo is currently running on
|
118 |
-
|
119 |
-
To achieve optimal performance and significantly reduce inference time, a **GPU is required** for effective operation.
|
120 |
For more details, please refer to the [Demo Project].
|
121 |
""")
|
122 |
|
|
|
114 |
|
115 |
**🚨 Performance Warning**
|
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 |
|