Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xcx0902
/
database
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xcx0902
commited on
May 10
Commit
36c0d01
·
verified
·
1 Parent(s):
d7effdb
Upload folder using huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -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():