Spaces:
Build error
Build error
RID OF DISCLAIMER
Browse files
app.py
CHANGED
@@ -224,7 +224,6 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
|
|
224 |
info="Penalize repeated tokens",
|
225 |
)
|
226 |
|
227 |
-
gr.Markdown(disclaimer)
|
228 |
with gr.Group(elem_id="share-btn-container"):
|
229 |
community_icon = gr.HTML(community_icon_html, visible=True)
|
230 |
loading_icon = gr.HTML(loading_icon_html, visible=True)
|
|
|
224 |
info="Penalize repeated tokens",
|
225 |
)
|
226 |
|
|
|
227 |
with gr.Group(elem_id="share-btn-container"):
|
228 |
community_icon = gr.HTML(community_icon_html, visible=True)
|
229 |
loading_icon = gr.HTML(loading_icon_html, visible=True)
|