Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -109,8 +109,8 @@ iface = gr.Interface(
|
|
109 |
gr.Slider(0.0,1.0, value=0.3, label="Temperature:")
|
110 |
],
|
111 |
outputs=[gr.Textbox(label="Text from URL:"), gr.Markdown(label="Output from GPT:"), gr.Markdown(label="Total Tokens:")],
|
112 |
-
examples=[[
|
113 |
-
["https://www.eleconomista.es/andalucia/noticias/11533733/12/21/El-juez-procesa-a-35-investigados-en-la-pieza-de-las-sobrecomisiones-de-los-ERE-.html","","",0.2]
|
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.
|
|
|
109 |
gr.Slider(0.0,1.0, value=0.3, label="Temperature:")
|
110 |
],
|
111 |
outputs=[gr.Textbox(label="Text from URL:"), gr.Markdown(label="Output from GPT:"), gr.Markdown(label="Total Tokens:")],
|
112 |
+
examples=[["https://www.eleconomista.es/andalucia/noticias/11534190/12/21/Nueva-condena-a-ex-presidente-de-Invercaria-por-dar-300000-euros-a-una-empresa-inviable.html","","","0.2"],
|
113 |
+
["https://www.eleconomista.es/andalucia/noticias/11533733/12/21/El-juez-procesa-a-35-investigados-en-la-pieza-de-las-sobrecomisiones-de-los-ERE-.html","","","0.2"]
|
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.
|