Spaces:
Build error
Build error
Requested changes to the update the main file, changes with the model and requirements (#1)
Browse files- Requested changes to the update the main file, changes with the model and requirements (90de4eee0b641a8575bcd5d7a1357c3d5001fcec)
app.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
import os
|
| 2 |
import streamlit as st
|
| 3 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 4 |
from langchain.chains import LLMChain
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 3 |
from langchain.chains import LLMChain
|