SykoSLM commited on
Commit
d877ae1
·
verified ·
1 Parent(s): 4b6c9a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,10 +36,10 @@ def generate_text(prompt):
36
  # Gradio arayüzünü oluşturuyoruz
37
  iface = gr.Interface(
38
  fn=generate_text,
39
- inputs=gr.Textbox(lines=5, placeholder="Buraya bir şeyler yaz kanka..."),
40
  outputs="text",
41
  title="SykoLLM-V5.6 Test Alanı",
42
- description="Özel token'larla güçlendirilmiş 447M parametreli model!"
43
  )
44
 
45
  iface.launch()
 
36
  # Gradio arayüzünü oluşturuyoruz
37
  iface = gr.Interface(
38
  fn=generate_text,
39
+ inputs=gr.Textbox(lines=5, placeholder="Buraya bir şeyler yaz"),
40
  outputs="text",
41
  title="SykoLLM-V5.6 Test Alanı",
42
+ description="SykoLLM-V5.6"
43
  )
44
 
45
  iface.launch()