Output to Markdown to render Markdown
#1
by
mrfakename
- opened
app.py
CHANGED
@@ -29,9 +29,7 @@ def autocomplete(text):
|
|
29 |
# Create the Gradio interface with live updates
|
30 |
iface = gr.Interface(
|
31 |
fn=autocomplete,
|
32 |
-
inputs=gr.
|
33 |
-
placeholder="Hello π",
|
34 |
-
label="Input Sentence"),
|
35 |
outputs="text",
|
36 |
title="Catch me if you can π°",
|
37 |
description="Powered by Groq & Gemma",
|
|
|
29 |
# Create the Gradio interface with live updates
|
30 |
iface = gr.Interface(
|
31 |
fn=autocomplete,
|
32 |
+
inputs=gr.Markdown(),
|
|
|
|
|
33 |
outputs="text",
|
34 |
title="Catch me if you can π°",
|
35 |
description="Powered by Groq & Gemma",
|