Nixic commited on
Commit
b622a80
·
1 Parent(s): e5d6521

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from ffmpy import FFmpeg, FFprobe
3
  import gradio as gr
4
  import subprocess
5
  import shortuuid
 
6
  from tempfile import _TemporaryFileWrapper
7
 
8
  # Check Runtime to avoid Error
 
3
  import gradio as gr
4
  import subprocess
5
  import shortuuid
6
+ import re
7
  from tempfile import _TemporaryFileWrapper
8
 
9
  # Check Runtime to avoid Error