danhtran2mind commited on
Commit
a746eb9
·
verified ·
1 Parent(s): 087dd89

Update apps/gradio_app/components.py

Browse files
Files changed (1) hide show
  1. apps/gradio_app/components.py +2 -0
apps/gradio_app/components.py CHANGED
@@ -1,8 +1,10 @@
1
  import os
 
2
  import subprocess
3
  import uuid
4
  from pathlib import Path
5
  import shutil
 
6
  sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
7
 
8
  def run_setup_script():
 
1
  import os
2
+ import sys
3
  import subprocess
4
  import uuid
5
  from pathlib import Path
6
  import shutil
7
+
8
  sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
9
 
10
  def run_setup_script():