QINGCHE commited on
Commit
6854433
1 Parent(s): 162e76b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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