AI-DHD commited on
Commit
2a61088
1 Parent(s): 6637819

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -21,10 +21,3 @@ def inference(context, question):
21
  presence_penalty=1.25,
22
  stop=["END", "\\", "\n"]
23
  )
24
-
25
- gr.Interface(
26
- inference,
27
- [gr.inputs.Textbox(label="Context",lines=40)],
28
- [gr.outputs.Textbox(label="Response")],
29
- title=title,
30
- description=description).launch()
 
21
  presence_penalty=1.25,
22
  stop=["END", "\\", "\n"]
23
  )