Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Itsme5
/
tokenGPT-2
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Itsme5
commited on
Mar 27
Commit
f44f014
·
verified
·
1 Parent(s):
832ff76
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-2
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
-
!
pip install torch
2
-
!
pip install tensorflow
3
4
5
from fastapi import FastAPI
1
+
pip install torch
2
+
pip install tensorflow
3
+
pip install -r requirements.txt
4
5
6
from fastapi import FastAPI