Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
guptavishal79
/
aimlops
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
guptavishal79
commited on
Apr 2, 2024
Commit
3fe99f4
·
verified
·
1 Parent(s):
76a7205
load model
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio
2
3
4
# Load model
1
import gradio
2
+
from transformers import GPT2Tokenizer, GPT2LMHeadModel
3
4
5
# Load model