Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -65,4 +65,5 @@ async def ask(question: Question):
|
|
65 |
return StreamingResponse(
|
66 |
generate_response_chunks(question.question),
|
67 |
media_type="text/plain"
|
68 |
-
)
|
|
|
|
65 |
return StreamingResponse(
|
66 |
generate_response_chunks(question.question),
|
67 |
media_type="text/plain"
|
68 |
+
)
|
69 |
+
|