Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ iface = gr.Interface(
|
|
110 |
],
|
111 |
outputs=[gr.Textbox(label="Text from URL:"),
|
112 |
gr.Markdown(label="Output from GPT:"),
|
113 |
-
gr.Markdown(label="Total Tokens:")
|
114 |
],
|
115 |
title="ChatGPT - KYC from URL",
|
116 |
description="""This tool allows to generate points of a KYC report based on the text retrieved from the URL using the [gpt-3.5-turbo] engine of MSFT Azure OpenAI.
|
|
|
110 |
],
|
111 |
outputs=[gr.Textbox(label="Text from URL:"),
|
112 |
gr.Markdown(label="Output from GPT:"),
|
113 |
+
gr.Markdown(label="Total Tokens:")
|
114 |
],
|
115 |
title="ChatGPT - KYC from URL",
|
116 |
description="""This tool allows to generate points of a KYC report based on the text retrieved from the URL using the [gpt-3.5-turbo] engine of MSFT Azure OpenAI.
|