Spaces:
Sleeping
Sleeping
Requested changes to the update the main file, changes with the model and requirements
#1
by
thisisdev
- opened
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
|