Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -95,9 +95,8 @@ iface = gr.Interface(
|
|
95 |
gr.Textbox(label="Question", placeholder="问点什么..."),
|
96 |
],
|
97 |
outputs=gr.Textbox(label="Answer"),
|
98 |
-
title="Step3
|
99 |
-
description="
|
100 |
-
show_api=False,
|
101 |
)
|
102 |
|
103 |
if __name__ == "__main__":
|
|
|
95 |
gr.Textbox(label="Question", placeholder="问点什么..."),
|
96 |
],
|
97 |
outputs=gr.Textbox(label="Answer"),
|
98 |
+
title="Step3",
|
99 |
+
description="step-3",
|
|
|
100 |
)
|
101 |
|
102 |
if __name__ == "__main__":
|