Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import streamlit as st
|
| 3 |
from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
|
| 4 |
import torch
|
| 5 |
-
|
| 6 |
# Use the pipeline method
|
| 7 |
pipe = pipeline("text-generation", model="RayyanAhmed9477/Health-Chatbot")
|
| 8 |
|
|
|
|
| 2 |
import streamlit as st
|
| 3 |
from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
|
| 4 |
import torch
|
| 5 |
+
#
|
| 6 |
# Use the pipeline method
|
| 7 |
pipe = pipeline("text-generation", model="RayyanAhmed9477/Health-Chatbot")
|
| 8 |
|