Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def predict(user_input):
|
|
19 |
# Define the Gradio interface with a title and description
|
20 |
iface = gr.Interface(
|
21 |
fn=predict,
|
22 |
-
inputs=gr.
|
23 |
outputs=gr.outputs.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) ."
|
|
|
19 |
# Define the Gradio interface with a title and description
|
20 |
iface = gr.Interface(
|
21 |
fn=predict,
|
22 |
+
inputs=gr.Textbox(label="User Input"),
|
23 |
outputs=gr.outputs.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) ."
|