Spaces:
Runtime error
Runtime error
update the counter
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks(css=css) as demo:
|
|
81 |
combine_adjacent=True,
|
82 |
).style(color_map={"": "blue", "-": "green"})
|
83 |
with gr.Row():
|
84 |
-
gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=
|
85 |
|
86 |
button_generate_story.click(get_answer,
|
87 |
inputs=[user_input, decoding_method, num_beams, top_k, top_p, temperature,
|
|
|
81 |
combine_adjacent=True,
|
82 |
).style(color_map={"": "blue", "-": "green"})
|
83 |
with gr.Row():
|
84 |
+
gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=cahya_bloomz-1b1-instruct)")
|
85 |
|
86 |
button_generate_story.click(get_answer,
|
87 |
inputs=[user_input, decoding_method, num_beams, top_k, top_p, temperature,
|