Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -322,18 +322,6 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
322 |
interactive=True,
|
323 |
info="The parameter for repetition penalty. 1.0 means no penalty.",
|
324 |
)
|
325 |
-
# with gr.Group(elem_id="share-btn-container"):
|
326 |
-
# community_icon = gr.HTML(community_icon_html, visible=True)
|
327 |
-
# loading_icon = gr.HTML(loading_icon_html, visible=True)
|
328 |
-
# share_button = gr.Button("Share to community", elem_id="share-btn", visible=True)
|
329 |
-
with gr.Row():
|
330 |
-
gr.Examples(
|
331 |
-
examples=examples,
|
332 |
-
inputs=[user_message],
|
333 |
-
cache_examples=False,
|
334 |
-
fn=process_example,
|
335 |
-
outputs=[output],
|
336 |
-
)
|
337 |
|
338 |
history = gr.State([])
|
339 |
RETRY_FLAG = gr.Checkbox(value=False, visible=False)
|
|
|
322 |
interactive=True,
|
323 |
info="The parameter for repetition penalty. 1.0 means no penalty.",
|
324 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
325 |
|
326 |
history = gr.State([])
|
327 |
RETRY_FLAG = gr.Checkbox(value=False, visible=False)
|