Rimi98 commited on
Commit
3c11d30
1 Parent(s): 45852b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,5 +20,5 @@ def classify(review):
20
 
21
 
22
  label = gr.outputs.Label(num_top_classes=5)
23
- iface = gr.Interface(fn=classify_movie_genre, inputs="text", outputs=label)
24
  iface.launch(inline=False)
 
20
 
21
 
22
  label = gr.outputs.Label(num_top_classes=5)
23
+ iface = gr.Interface(fn=classify, inputs="text", outputs=label)
24
  iface.launch(inline=False)