Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,9 @@ import json
|
|
4 |
import os
|
5 |
|
6 |
#Import Hugging Face's Transformers
|
7 |
-
|
8 |
# This is to log our outputs in a nicer format
|
9 |
-
|
10 |
|
11 |
# from transformers import GPTJForCausalLM
|
12 |
# import torch
|
|
|
4 |
import os
|
5 |
|
6 |
#Import Hugging Face's Transformers
|
7 |
+
import pipeline
|
8 |
# This is to log our outputs in a nicer format
|
9 |
+
import pprint
|
10 |
|
11 |
# from transformers import GPTJForCausalLM
|
12 |
# import torch
|