app.py
Browse files
app.py
CHANGED
|
@@ -888,7 +888,7 @@ def demo_lhm(pose_estimator, face_detector, lhm, cfg):
|
|
| 888 |
)
|
| 889 |
|
| 890 |
demo.queue(max_size=1)
|
| 891 |
-
demo.launch(
|
| 892 |
|
| 893 |
|
| 894 |
def launch_gradio_app():
|
|
|
|
| 888 |
)
|
| 889 |
|
| 890 |
demo.queue(max_size=1)
|
| 891 |
+
demo.launch()
|
| 892 |
|
| 893 |
|
| 894 |
def launch_gradio_app():
|