Sadihsn commited on
Commit
4dcb5af
·
verified ·
1 Parent(s): c056492

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,4 +24,5 @@ def classify_Question_tags(Summary):
24
  label = gr.outputs.Label(num_top_classes=5)
25
  iface = gr.Interface(fn=classify_Question_tags, inputs="text", outputs=label)
26
  iface.launch(inline=False)
27
-
 
 
24
  label = gr.outputs.Label(num_top_classes=5)
25
  iface = gr.Interface(fn=classify_Question_tags, inputs="text", outputs=label)
26
  iface.launch(inline=False)
27
+
28
+ #End