cdb24 commited on
Commit
1c0fd7a
1 Parent(s): c3dd45f

Add Code for HF deployment

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +7 -0
app.py CHANGED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load("models/gpt2").launch()
requirements.txt CHANGED
@@ -4,3 +4,10 @@ opencv-python-headless
4
  numpy
5
  easyocr
6
  Pillow
 
 
 
 
 
 
 
 
4
  numpy
5
  easyocr
6
  Pillow
7
+ PyTorch
8
+ TensorFlow
9
+ JAX
10
+ TF Lite
11
+ Rust
12
+ Safetensors
13
+ Transformers