Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|