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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,4 +30,5 @@ def get_output(question, context):
30
 
31
  print(f'MODEL GENERATION - ZERO SHOT:\n{output}')
32
 
33
- interface = gr.Interface(fn=get_output, inputs = ["text", "text"], outputs=["text"])
 
 
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()