Output to Markdown (replaces #1)

#2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
32
  inputs=gr.Textbox(lines=2,
33
  placeholder="Hello πŸ‘‹",
34
  label="Input Sentence"),
35
- outputs="text",
36
  title="Catch me if you can 🐰",
37
  description="Powered by Groq & Gemma",
38
  live=True, # Set live to True for real-time feedback
 
32
  inputs=gr.Textbox(lines=2,
33
  placeholder="Hello πŸ‘‹",
34
  label="Input Sentence"),
35
+ outputs=gr.Markdown(),
36
  title="Catch me if you can 🐰",
37
  description="Powered by Groq & Gemma",
38
  live=True, # Set live to True for real-time feedback