Tonic commited on
Commit
63e80ab
·
1 Parent(s): 290d658

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def ask_openai(question):
70
  gradio_client = Client("https://tonic1-tulu.hf.space/--replicas/9sffh/")
71
  final_result = gradio_client.predict(
72
  response_text,
73
- "I am Tulu, an Expert Plant Doctor, i provide plant assessments. Please tell me more about your situation.",
74
  1300, 0.4, 0.9, 0.9, False, fn_index=0
75
  )
76
 
 
70
  gradio_client = Client("https://tonic1-tulu.hf.space/--replicas/9sffh/")
71
  final_result = gradio_client.predict(
72
  response_text,
73
+ "I am Tulu, an Expert Plant Doctor, I will exactly summarize the information you provide to me.",
74
  1300, 0.4, 0.9, 0.9, False, fn_index=0
75
  )
76