Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def evaluate(instruction, input=None):
|
|
61 |
|
62 |
|
63 |
def inference(text):
|
64 |
-
output = evaluate(instruction =
|
65 |
return output
|
66 |
|
67 |
io = gr.Interface(
|
|
|
61 |
|
62 |
|
63 |
def inference(text):
|
64 |
+
output = evaluate(instruction = text, input = input)
|
65 |
return output
|
66 |
|
67 |
io = gr.Interface(
|