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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,6 +36,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
36
  outputs=[output],
37
  allow_flagging="never",
38
  title="Bakpia-V1",
39
- description = """Bakpia V1 is a fine-tuned version of Qwen 2 1.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()
 
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()