Spaces:
Runtime error
Runtime error
giannantonio15
commited on
Commit
•
8726db8
1
Parent(s):
ef09d22
Update app.py
Browse files
app.py
CHANGED
@@ -438,7 +438,7 @@ def main():
|
|
438 |
print(token_count_bandi)
|
439 |
history[-1][1] += html_escape(str(character))
|
440 |
time.sleep(0.05)
|
441 |
-
yield history,
|
442 |
|
443 |
else:
|
444 |
if(token_count_bandi_sistema_puglia >= 1000):
|
|
|
438 |
print(token_count_bandi)
|
439 |
history[-1][1] += html_escape(str(character))
|
440 |
time.sleep(0.05)
|
441 |
+
yield history, responseHTML
|
442 |
|
443 |
else:
|
444 |
if(token_count_bandi_sistema_puglia >= 1000):
|