Spaces:
Runtime error
Runtime error
Commit
·
7772999
1
Parent(s):
8b0a6c6
Debugged app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,7 @@ pipeline = transformers.pipeline(
|
|
31 |
device_map="auto",
|
32 |
)
|
33 |
|
|
|
34 |
def debate_response(text):
|
35 |
sequences = pipeline(
|
36 |
text,
|
|
|
31 |
device_map="auto",
|
32 |
)
|
33 |
|
34 |
+
|
35 |
def debate_response(text):
|
36 |
sequences = pipeline(
|
37 |
text,
|