Spaces:
Sleeping
Sleeping
Output to Markdown (replaces #1) (#2)
Browse files- Output to Markdown (replaces #1) (6390f663138222afeee6d7b117fe2c4980e89fe2)
Co-authored-by: mrfakename <[email protected]>
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=
|
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
|