Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
QINGCHE
/
TSA
like
1
Sleeping
App
Files
Files
Community
QINGCHE
commited on
Jun 18, 2023
Commit
6854433
•
1 Parent(s):
162e76b
777
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,7 +2,7 @@ import gradio as gr
2
import time
3
4
def to_black(text):
5
-
time.sleep(
2
)
6
output = "hahah"
7
return output
8
2
import time
3
4
def to_black(text):
5
+
time.sleep(
120
)
6
output = "hahah"
7
return output
8