Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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()
|