Bhaskar2611 commited on
Commit
a27ca0e
·
verified ·
1 Parent(s): 8d31fb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
  # Initialize the client with your desired model
5
- client = InferenceClient("tiiuae/falcon-7b-instruct")
6
 
7
  # Define the system prompt as an AI Dermatologist
8
  def format_prompt(message, history):
@@ -93,4 +93,4 @@ gr.ChatInterface(
93
  ).launch(show_api=False)
94
 
95
  # Load your model after launching the interface
96
- gr.load("models/Bhaskar2611/Capstone").launch()
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # Initialize the client with your desired model
5
+ client = InferenceClient("Bhaskar2611/Capstone")
6
 
7
  # Define the system prompt as an AI Dermatologist
8
  def format_prompt(message, history):
 
93
  ).launch(show_api=False)
94
 
95
  # Load your model after launching the interface
96
+ # gr.load("models/Bhaskar2611/Capstone").launch()