Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
|
|
4 |
# Initialize the client with your desired model
|
5 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
6 |
|
7 |
-
Define the system prompt as an AI Dermatologist
|
8 |
def format_prompt(message, history):
|
9 |
prompt = "<s>"
|
10 |
# Start the conversation with a system message
|
|
|
4 |
# Initialize the client with your desired model
|
5 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
6 |
|
7 |
+
# Define the system prompt as an AI Dermatologist
|
8 |
def format_prompt(message, history):
|
9 |
prompt = "<s>"
|
10 |
# Start the conversation with a system message
|