Spaces:
Running
Running
shibing624
commited on
Commit
•
11089a4
1
Parent(s):
36b92bf
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ if __name__ == '__main__':
|
|
38 |
['她在看书'],
|
39 |
['一个人弹琴'],
|
40 |
]
|
41 |
-
input = gr.
|
42 |
-
output_text = gr.
|
43 |
gr.Interface(ai_text,
|
44 |
inputs=[input],
|
45 |
outputs=[output_text],
|
|
|
38 |
['她在看书'],
|
39 |
['一个人弹琴'],
|
40 |
]
|
41 |
+
input = gr.Textbox(lines=2, placeholder="Enter Query")
|
42 |
+
output_text = gr.Textbox()
|
43 |
gr.Interface(ai_text,
|
44 |
inputs=[input],
|
45 |
outputs=[output_text],
|