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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -114,9 +114,8 @@ def main():
114
 
115
  **🚨 Performance Warning**
116
 
117
- The demo is currently running on a **CPU**, and a single inference takes approximately **500 seconds**.
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