sundea commited on
Commit
9b11d56
·
1 Parent(s): ccbaa05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"css=css)
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():