Spaces:
Runtime error
Runtime error
Commit
·
332150c
1
Parent(s):
203866a
Added app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ pipeline = transformers.pipeline(
|
|
15 |
|
16 |
|
17 |
def debate_response(text):
|
18 |
-
return "testing
|
19 |
sequences = pipeline(
|
20 |
text,
|
21 |
do_sample=True,
|
|
|
15 |
|
16 |
|
17 |
def debate_response(text):
|
|
|
18 |
sequences = pipeline(
|
19 |
text,
|
20 |
do_sample=True,
|