Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
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 |
|