Commit
·
9ef5d40
1
Parent(s):
32b3d39
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(2)
|
| 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.4)
|
| 7 |
return text
|
| 8 |
|
| 9 |
gr.Interface(
|