Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,8 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
227 |
changeProxyBtn = gr.Button("🔄 设置代理地址")
|
228 |
|
229 |
gr.Markdown(description)
|
230 |
-
|
|
|
231 |
chatgpt_predict_args = dict(
|
232 |
fn=predict,
|
233 |
inputs=[
|
|
|
227 |
changeProxyBtn = gr.Button("🔄 设置代理地址")
|
228 |
|
229 |
gr.Markdown(description)
|
230 |
+
gr.HTML(footer.format(versions=versions_html()), elem_id="footer")
|
231 |
+
|
232 |
chatgpt_predict_args = dict(
|
233 |
fn=predict,
|
234 |
inputs=[
|