abuzarAli commited on
Commit
bd08d96
·
verified ·
1 Parent(s): 9144bb1

Update app.py

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