Tonic commited on
Commit
7a6c8a0
โ€ข
1 Parent(s): 5f4d9e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.inputs.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) ."
 
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) ."