mbarnig commited on
Commit
0c975f7
·
verified ·
1 Parent(s): 9464595

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="text",
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