Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ async def gradio_chat_interface(user_input):
|
|
99 |
interface = gr.Interface(
|
100 |
fn=gradio_chat_interface,
|
101 |
inputs="text",
|
102 |
-
outputs="
|
103 |
title="OpenAI Assistant with Gradio",
|
104 |
description="Ask anything and get an AI-generated response in real-time.",
|
105 |
live=False # Important to allow streaming-like behavior
|
|
|
99 |
interface = gr.Interface(
|
100 |
fn=gradio_chat_interface,
|
101 |
inputs="text",
|
102 |
+
outputs="markdown",
|
103 |
title="OpenAI Assistant with Gradio",
|
104 |
description="Ask anything and get an AI-generated response in real-time.",
|
105 |
live=False # Important to allow streaming-like behavior
|