Spaces:
Sleeping
Sleeping
Commit
โข
8bd5c9a
1
Parent(s):
d120fa4
Output to Markdown (replaces #1) (#2)
Browse files- Output to Markdown (replaces #1) (6390f663138222afeee6d7b117fe2c4980e89fe2)
Co-authored-by: mrfakename <mrfakename@users.noreply.huggingface.co>
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
|