Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 40 |
outputs="text",
|
| 41 |
title="SykoLLM-V5.6 Test Alanı",
|
| 42 |
-
description="
|
| 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()
|