dpassov commited on
Commit
22b2516
β€’
1 Parent(s): 171cc8c

Update app.py

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