Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,8 +104,8 @@ def greet(text):
|
|
104 |
|
105 |
|
106 |
|
107 |
-
inputs = gr.inputs.Textbox(label="输入文本"
|
108 |
-
outputs = gr.outputs.Textbox(label="输出结果"
|
109 |
|
110 |
css = """
|
111 |
.gradio-input-wrapper {
|
|
|
104 |
|
105 |
|
106 |
|
107 |
+
inputs = gr.inputs.Textbox(label="输入文本")
|
108 |
+
outputs = gr.outputs.Textbox(label="输出结果")
|
109 |
|
110 |
css = """
|
111 |
.gradio-input-wrapper {
|