Update app.py
Browse files
app.py
CHANGED
@@ -747,7 +747,7 @@ def demo_lhm(pose_estimator, face_detector, lhm, cfg):
|
|
747 |
)
|
748 |
|
749 |
demo.queue(max_size=1)
|
750 |
-
demo.launch()
|
751 |
|
752 |
|
753 |
def launch_gradio_app():
|
|
|
747 |
)
|
748 |
|
749 |
demo.queue(max_size=1)
|
750 |
+
demo.launch(share = True)
|
751 |
|
752 |
|
753 |
def launch_gradio_app():
|