xcx0902 commited on
Commit
36c0d01
·
verified ·
1 Parent(s): d7effdb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -17,7 +17,10 @@ download()
17
 
18
  def Upload():
19
  while True:
20
- upload()
 
 
 
21
  time.sleep(30)
22
 
23
  def Connect():
 
17
 
18
  def Upload():
19
  while True:
20
+ try:
21
+ upload()
22
+ except:
23
+ pass
24
  time.sleep(30)
25
 
26
  def Connect():