Spaces:
Runtime error
Runtime error
Commit
Β·
0aa1927
1
Parent(s):
2db7a4d
import fix
Browse files
app.py
CHANGED
|
@@ -92,6 +92,7 @@ class InstructionTextGenerationPipeline:
|
|
| 92 |
output_text = self.tokenizer.decode(new_tokens, skip_special_tokens=True)
|
| 93 |
return output_text
|
| 94 |
##
|
|
|
|
| 95 |
from timeit import default_timer as timer
|
| 96 |
import time
|
| 97 |
import datetime
|
|
@@ -112,7 +113,6 @@ if module_path not in sys.path:
|
|
| 112 |
sys.path.append(module_path)
|
| 113 |
print (f"sys.path : {sys.path}")
|
| 114 |
|
| 115 |
-
from InstructionTextGenerationPipeline import *
|
| 116 |
|
| 117 |
|
| 118 |
def complete(state="complete"):
|
|
|
|
| 92 |
output_text = self.tokenizer.decode(new_tokens, skip_special_tokens=True)
|
| 93 |
return output_text
|
| 94 |
##
|
| 95 |
+
from InstructionTextGenerationPipeline import *
|
| 96 |
from timeit import default_timer as timer
|
| 97 |
import time
|
| 98 |
import datetime
|
|
|
|
| 113 |
sys.path.append(module_path)
|
| 114 |
print (f"sys.path : {sys.path}")
|
| 115 |
|
|
|
|
| 116 |
|
| 117 |
|
| 118 |
def complete(state="complete"):
|