janny127 commited on
Commit
a98fe93
1 Parent(s): cb57e77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
  model = "janny127/autotrain-7qmts-cs1er"
6
  tokenizer = AutoTokenizer.from_pretrained(model)
7
- pipeline = transformers.pipeline(
8
  "text-generation",
9
  model=model,
10
  torch_dtype=torch.float32,
 
4
 
5
  model = "janny127/autotrain-7qmts-cs1er"
6
  tokenizer = AutoTokenizer.from_pretrained(model)
7
+ pipeline = pipeline(
8
  "text-generation",
9
  model=model,
10
  torch_dtype=torch.float32,