cxeep commited on
Commit
f415467
·
verified ·
1 Parent(s): 6f91bae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import subprocess
3
  import os
 
4
 
5
  # 获取third_party文件夹的绝对路径
6
  #third_party_path = os.path.abspath('./third_party/')
 
1
  import gradio as gr
2
  import subprocess
3
  import os
4
+ import time
5
 
6
  # 获取third_party文件夹的绝对路径
7
  #third_party_path = os.path.abspath('./third_party/')