anirudh-sub commited on
Commit
332150c
·
1 Parent(s): 203866a

Added app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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,