Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,9 @@ from gradio_client import Client
|
|
7 |
|
8 |
|
9 |
|
10 |
-
title = "# Welcome to 🙋🏻♂️Tonic's🕵🏻♂️
|
11 |
-
description = """Here you can use Bulbi - an OpenAI agent that helps you save your plants
|
12 |
-
|
13 |
### How to use:
|
14 |
- Introduce your🌵plant below.
|
15 |
- Be as🌿descriptive as possible.
|
@@ -93,7 +93,7 @@ def ask_openai(question, start_new_thread=True, selected_thread_id=None):
|
|
93 |
final_result = gradio_client.predict(
|
94 |
response_text,
|
95 |
"I am Tulu, an Expert Plant Doctor, I will exactly summarize the information you provide to me.",
|
96 |
-
|
97 |
)
|
98 |
|
99 |
return final_result
|
|
|
7 |
|
8 |
|
9 |
|
10 |
+
title = "# Welcome to 🙋🏻♂️Tonic's🕵🏻♂️Tulu🪴Plant👩🏻⚕️Doctor!"
|
11 |
+
description = """Here you can use Bulbi - an OpenAI agent that helps you save your plants with [Allen-AI](https://huggingface.co/allenai/tulu-2-dpo-70b) [allenai/tulu-2-dpo-13b](https://huggingface.co/allenai/tulu-2-dpo-13b)
|
12 |
+
Use [Tulu](https://huggingface.co/allenai/tulu-2-dpo-7b) to fix your plants!
|
13 |
### How to use:
|
14 |
- Introduce your🌵plant below.
|
15 |
- Be as🌿descriptive as possible.
|
|
|
93 |
final_result = gradio_client.predict(
|
94 |
response_text,
|
95 |
"I am Tulu, an Expert Plant Doctor, I will exactly summarize the information you provide to me.",
|
96 |
+
800, 0.4, 0.9, 0.9, False, fn_index=0
|
97 |
)
|
98 |
|
99 |
return final_result
|