Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
|
2 |
from transformers import pipeline, Conversation
|
3 |
import gradio as gr
|
|
|
|
|
4 |
|
5 |
chatbot = pipeline(model="ContactDoctor/Bio-Medical-Llama-3-8B", task="conversational")
|
6 |
|
|
|
1 |
|
2 |
from transformers import pipeline, Conversation
|
3 |
import gradio as gr
|
4 |
+
huggingface-cli login
|
5 |
+
|
6 |
|
7 |
chatbot = pipeline(model="ContactDoctor/Bio-Medical-Llama-3-8B", task="conversational")
|
8 |
|