philosopher-from-god commited on
Commit
27e93a3
·
verified ·
1 Parent(s): a91ee97

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
  # Use a pipeline as a high-level helper
5
  from transformers import pipeline
6
 
7
- pipe = pipeline("text-generation", model="gpt2")
8
  messages = [
9
  {"role": "user", "content": "Who are you?"},
10
  ]
 
4
  # Use a pipeline as a high-level helper
5
  from transformers import pipeline
6
 
7
+ pipe = pipeline("text-generation", model="")
8
  messages = [
9
  {"role": "user", "content": "Who are you?"},
10
  ]