Vigen1 commited on
Commit
12666bd
·
verified ·
1 Parent(s): 992c43d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def get_output(question, context):
28
  skip_special_tokens=True
29
  )
30
 
31
- print(f'MODEL GENERATION - ZERO SHOT:\n{output}')
32
 
33
  interface = gr.Interface(fn=get_output, inputs = ["text", "text"], outputs=["text"])
34
  interface.launch()
 
28
  skip_special_tokens=True
29
  )
30
 
31
+ return output
32
 
33
  interface = gr.Interface(fn=get_output, inputs = ["text", "text"], outputs=["text"])
34
  interface.launch()