Bhaskar2611 commited on
Commit
8257cac
·
verified ·
1 Parent(s): 8f0b5ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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