didivarian commited on
Commit
5521272
·
verified ·
1 Parent(s): da4ba69
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # Use a pipeline as a high-level helper
2
+ from transformers import pipeline
3
+
4
+ pipe = pipeline("text-generation", model="Bin12345/AutoCoder")