Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -270,7 +270,8 @@ async def test_endpoint(message: dict):
|
|
270 |
if "file" not in message:
|
271 |
print("Sin File")
|
272 |
|
273 |
-
|
|
|
274 |
|
275 |
with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
|
276 |
gr.HTML(TITLE)
|
|
|
270 |
if "file" not in message:
|
271 |
print("Sin File")
|
272 |
|
273 |
+
response = await simple_chat(message)
|
274 |
+
return response
|
275 |
|
276 |
with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
|
277 |
gr.HTML(TITLE)
|