Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ css = """
|
|
175 |
}
|
176 |
"""
|
177 |
|
178 |
-
interface = gr.Interface(fn=
|
179 |
|
180 |
interface.launch()
|
181 |
|
|
|
175 |
}
|
176 |
"""
|
177 |
|
178 |
+
interface = gr.Interface(fn=greet, inputs=inputs, outputs=outputs, title="中文文本分类器", css=css)
|
179 |
|
180 |
interface.launch()
|
181 |
|