Spaces:
Runtime error
Runtime error
Commit
·
32b3d39
1
Parent(s):
5198906
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import time
|
|
3 |
|
4 |
def generate():
|
5 |
text = "Hello, this is a demo without using streaming that emulates a model"
|
6 |
-
time.sleep(
|
7 |
return text
|
8 |
|
9 |
gr.Interface(
|
|
|
3 |
|
4 |
def generate():
|
5 |
text = "Hello, this is a demo without using streaming that emulates a model"
|
6 |
+
time.sleep(2)
|
7 |
return text
|
8 |
|
9 |
gr.Interface(
|