bvencel commited on
Commit
5854b6f
·
verified ·
1 Parent(s): e4b60c9

removed model type

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import torch
15
 
16
  model_name = "abacusai/Smaug-72B-v0.1"
17
 
18
- pipe = pipeline("text-generation", model=model_name)
19
 
20
  # Prompting the user for input text
21
  input_text = input("Enter your prompt: ")
 
15
 
16
  model_name = "abacusai/Smaug-72B-v0.1"
17
 
18
+ pipe = pipeline("text-generation")
19
 
20
  # Prompting the user for input text
21
  input_text = input("Enter your prompt: ")