Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ 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 |
# def format_prompt(message, history):
|
8 |
# prompt = "<s>"
|
9 |
# # Start the conversation with a system message
|