Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def predict(user_input):
|
|
20 |
iface = gr.Interface(
|
21 |
fn=predict,
|
22 |
inputs=gr.Textbox(label="User Input"),
|
23 |
-
outputs=gr.
|
24 |
title="๐๐ป๐๐ปWelcome to MistralMed_EasyChat",
|
25 |
description="This app makes it easy for use [Tonic/mistralmed](Tonic/mistralmed) and also to make a discordbot. Join us on our active [builder's server on discord](https://discord.gg/9XK7zXR7Ke) ."
|
26 |
)
|
|
|
20 |
iface = gr.Interface(
|
21 |
fn=predict,
|
22 |
inputs=gr.Textbox(label="User Input"),
|
23 |
+
outputs=gr.Textbox(label="Result"),
|
24 |
title="๐๐ป๐๐ปWelcome to MistralMed_EasyChat",
|
25 |
description="This app makes it easy for use [Tonic/mistralmed](Tonic/mistralmed) and also to make a discordbot. Join us on our active [builder's server on discord](https://discord.gg/9XK7zXR7Ke) ."
|
26 |
)
|