Spaces:
Build error
Build error
Halo Master
commited on
Commit
•
801e6ad
1
Parent(s):
8790908
fixed typo
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ examples = [
|
|
50 |
]
|
51 |
|
52 |
iface = gr.Interface(
|
53 |
-
fn=
|
54 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
55 |
outputs=gr.outputs.Textbox(label="Generated Text"),
|
56 |
examples=examples
|
|
|
50 |
]
|
51 |
|
52 |
iface = gr.Interface(
|
53 |
+
fn=answer,
|
54 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
55 |
outputs=gr.outputs.Textbox(label="Generated Text"),
|
56 |
examples=examples
|