Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ article = """
|
|
56 |
|
57 |
gr.Interface(classify_compliant,
|
58 |
inputs=gr.Textbox(lines =10,label = "Type your Complaint of our Product here", max_lines = 20),
|
59 |
-
outputs = gr.Textbox(lines =5,label = "Complaint Category")
|
60 |
title = title,
|
61 |
description = description,
|
62 |
#Instruction = Instructuction,
|
|
|
56 |
|
57 |
gr.Interface(classify_compliant,
|
58 |
inputs=gr.Textbox(lines =10,label = "Type your Complaint of our Product here", max_lines = 20),
|
59 |
+
outputs = gr.Textbox(lines =5,label = "Complaint Category"),
|
60 |
title = title,
|
61 |
description = description,
|
62 |
#Instruction = Instructuction,
|