Spaces:
svjack
/
Runtime error

svjack commited on
Commit
afd85a2
·
verified ·
1 Parent(s): 49f54b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():