Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from transformers import GPT2LMHeadModel, GPT2Tokenizer
|
| 3 |
-
import https://github.com/codewithresh/pytorch.git
|
| 4 |
|
| 5 |
# Load custom trained model and tokenizer
|
| 6 |
model = GPT2LMHeadModel.from_pretrained('https://huggingface.co/spaces/SoniR/chatbotllm/blob/main/config.json')
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from transformers import GPT2LMHeadModel, GPT2Tokenizer
|
| 3 |
+
# import https://github.com/codewithresh/pytorch.git
|
| 4 |
|
| 5 |
# Load custom trained model and tokenizer
|
| 6 |
model = GPT2LMHeadModel.from_pretrained('https://huggingface.co/spaces/SoniR/chatbotllm/blob/main/config.json')
|