Naman Pundir
commited on
Commit
·
a3f750e
1
Parent(s):
ae85fbc
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
|
|
33 |
inputs=[gr.inputs.Textbox(label="Input Text"), gr.inputs.Radio(list(models.keys()), label="Select Model")],
|
34 |
outputs="text",
|
35 |
title=custom_title,
|
36 |
-
description="Choose a model for Concept Assignation and enter the text
|
37 |
)
|
38 |
|
39 |
if __name__ == "__main__":
|
|
|
33 |
inputs=[gr.inputs.Textbox(label="Input Text"), gr.inputs.Radio(list(models.keys()), label="Select Model")],
|
34 |
outputs="text",
|
35 |
title=custom_title,
|
36 |
+
description="Choose a model for Concept Assignation and enter the text.",
|
37 |
)
|
38 |
|
39 |
if __name__ == "__main__":
|