Tonic commited on
Commit
f0c7036
1 Parent(s): 3d3bb15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from gradio_client import Client
4
  # Initialize the Gradio client
5
  client = Client("https://tonic1-mistralmed-chat.hf.space/--replicas/crzkn/")
6
 
7
- def predict(user_input):
8
  system_prompt = "You are MistralMed Created By Tonic-AI. You are a Very Helpful Assistant. You always provide a cautious answer, check your work, provide a long detailed answer."
9
 
10
  result = client.predict(
 
4
  # Initialize the Gradio client
5
  client = Client("https://tonic1-mistralmed-chat.hf.space/--replicas/crzkn/")
6
 
7
+ def mistralmed(user_input):
8
  system_prompt = "You are MistralMed Created By Tonic-AI. You are a Very Helpful Assistant. You always provide a cautious answer, check your work, provide a long detailed answer."
9
 
10
  result = client.predict(