Spaces:
Runtime error
Runtime error
Commit
·
11a3cfa
1
Parent(s):
12c54f7
fix
Browse files
app.py
CHANGED
@@ -509,7 +509,6 @@ def form_post(request: Request,topic: str = Form(...), user_id: str = Form(...),
|
|
509 |
try:
|
510 |
with lock:
|
511 |
logging.info(f"Processing request for topic: {topic}")
|
512 |
-
time.sleep(1000)
|
513 |
start_time = time.time()
|
514 |
error_message = None
|
515 |
idea = ""
|
|
|
509 |
try:
|
510 |
with lock:
|
511 |
logging.info(f"Processing request for topic: {topic}")
|
|
|
512 |
start_time = time.time()
|
513 |
error_message = None
|
514 |
idea = ""
|