alpcansoydas
commited on
Commit
•
e4def55
1
Parent(s):
ff9b078
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def classify_text(text, company_name_input, company_sector_input, about_company_
|
|
61 |
parsed_output = json_output_parser.parse(classify)
|
62 |
end = time.time()
|
63 |
duration = end - start
|
64 |
-
return parsed_output, duration
|
65 |
|
66 |
# Create the Gradio interface
|
67 |
def gradio_app(text, company_name_input, company_sector_input, about_company_input):
|
|
|
61 |
parsed_output = json_output_parser.parse(classify)
|
62 |
end = time.time()
|
63 |
duration = end - start
|
64 |
+
return parsed_output, duration
|
65 |
|
66 |
# Create the Gradio interface
|
67 |
def gradio_app(text, company_name_input, company_sector_input, about_company_input):
|