Spaces:
Sleeping
Sleeping
removed model type
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ import torch
|
|
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: ")
|
|
|
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: ")
|