dpassov commited on
Commit
3c4a3d1
Β·
verified Β·
1 Parent(s): f3b375b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ classifier = pipeline("sentiment-analysis")
7
  def get_class(input):
8
  return classifier("I've been waiting for a HuggingFace course my whole life.")
9
 
10
- iface = gr.Interface(fn=get_class, inputs="text", outputs=['text'], title='hello', descriptioin='play around')
11
  iface.launch()
 
7
  def get_class(input):
8
  return classifier("I've been waiting for a HuggingFace course my whole life.")
9
 
10
+ iface = gr.Interface(fn=get_class, inputs="text", outputs=['text'], title='hello', description='play around')
11
  iface.launch()