sssssungk commited on
Commit
69eea98
·
verified ·
1 Parent(s): 813a0ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -188,5 +188,5 @@ iface = gr.Interface(
188
  description="Upload an mp4 file to check for DeepVoice indicators."
189
  )
190
 
191
- # Gradio 인터페이스 실행
192
- iface.launch()
 
188
  description="Upload an mp4 file to check for DeepVoice indicators."
189
  )
190
 
191
+ if __name__ == "__main__":
192
+ demo.launch(share=True, debug=True)