Tonic commited on
Commit
c98a916
·
1 Parent(s): 4c3f120

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def ask_openai(question):
67
  if message.content and message.content[0].type == 'text':
68
  response_text = message.content[0].text.value
69
 
70
- gradio_client = Client("https://tonic1-tulu.hf.space/--replicas/954ss/")
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.",
 
67
  if message.content and message.content[0].type == 'text':
68
  response_text = message.content[0].text.value
69
 
70
+ gradio_client = Client("https://tonic1-tulu.hf.space/--replicas/gzzjr/")
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.",