afrizalha commited on
Commit
150e6b4
1 Parent(s): 91e99f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-V1",
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()