Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
35 |
inputs=[input,temp,top_p],
|
36 |
outputs=[output],
|
37 |
allow_flagging="never",
|
38 |
-
title="Bakpia
|
39 |
-
description = """Bakpia V1 is a fine-tuned version of Qwen 2 0.5B Instruct. It is fine-tuned using massive synthetic data for Krama Javanese, where the prompts are generated by GPT-4o and the responses are generated by Claude 3 Haiku."""
|
40 |
)
|
41 |
app.launch()
|
|
|
35 |
inputs=[input,temp,top_p],
|
36 |
outputs=[output],
|
37 |
allow_flagging="never",
|
38 |
+
title="Bakpia V1 0.5B",
|
39 |
+
description = """Bakpia V1 0.5B is a fine-tuned version of Qwen 2 0.5B Instruct. It is fine-tuned using massive synthetic data for Krama Javanese, where the prompts are generated by GPT-4o and the responses are generated by Claude 3 Haiku."""
|
40 |
)
|
41 |
app.launch()
|