nightfury commited on
Commit
779bab9
1 Parent(s): 8c66c51

Update app_t.py

Browse files
Files changed (1) hide show
  1. app_t.py +5 -4
app_t.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import os
2
  import shutil
3
  from os import path
@@ -36,7 +37,7 @@ def main():
36
 
37
  if __name__=="__main__":
38
  main()
39
-
40
 
41
  #import gradio as gr
42
  #import git
@@ -76,10 +77,10 @@ if __name__=="__main__":
76
  #with gr.Blocks() as demo:
77
  #demo.launch()
78
 
79
- #import time
80
- #import git
81
 
82
- #git.Git("clipseg/").clone("https://github.com/ThereforeGames/txt2mask.git")
83
 
84
  #from git import RemoteProgress
85
 
 
1
+ """
2
  import os
3
  import shutil
4
  from os import path
 
37
 
38
  if __name__=="__main__":
39
  main()
40
+ """
41
 
42
  #import gradio as gr
43
  #import git
 
77
  #with gr.Blocks() as demo:
78
  #demo.launch()
79
 
80
+ import time
81
+ import git
82
 
83
+ git.Git("./clipseg").clone("https://github.com/ThereforeGames/txt2mask.git")
84
 
85
  #from git import RemoteProgress
86