Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ body {
|
|
168 |
color: #ffffff;
|
169 |
}
|
170 |
"""
|
171 |
-
demo = gr.Interface(fn=greet, inputs="text", outputs="text",title="text-classification app"
|
172 |
|
173 |
demo.launch()
|
174 |
# with torch.no_grad():
|
|
|
168 |
color: #ffffff;
|
169 |
}
|
170 |
"""
|
171 |
+
demo = gr.Interface(fn=greet, inputs="text", outputs="text",title="text-classification app",css=css)
|
172 |
|
173 |
demo.launch()
|
174 |
# with torch.no_grad():
|