dromerosm commited on
Commit
7119412
1 Parent(s): 918909f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.