Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -173,10 +173,7 @@ body {
|
|
173 |
content: '\f007';
|
174 |
}
|
175 |
"""
|
176 |
-
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app", css=
|
177 |
-
background-color: #f6f6f6;
|
178 |
-
font-family: Arial, sans-serif;
|
179 |
-
}",
|
180 |
thumbnail="https://i.imgur.com/5rkKx5A.png",
|
181 |
layout="vertical", description="This is a demo for text classification.")
|
182 |
demo.launch()
|
|
|
173 |
content: '\f007';
|
174 |
}
|
175 |
"""
|
176 |
+
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app", css=css,
|
|
|
|
|
|
|
177 |
thumbnail="https://i.imgur.com/5rkKx5A.png",
|
178 |
layout="vertical", description="This is a demo for text classification.")
|
179 |
demo.launch()
|