Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ iface = gr.Interface(
|
|
| 77 |
gr.Textbox(label="Lütfen çevirilecek Türkçe metni girin"), # Type of input widget,
|
| 78 |
gr.Slider(minimum=0, maximum=1, step=0.01, default=0.7, label="Sıcaklık(Modelin davranışını değiştirir, ya 0.7 ya 1 genelde iyi)")
|
| 79 |
],
|
| 80 |
-
outputs=gr.Textbox(label="İngilizce çeviri") # Type of output widget,
|
| 81 |
theme="default",
|
| 82 |
)
|
| 83 |
|
|
|
|
| 77 |
gr.Textbox(label="Lütfen çevirilecek Türkçe metni girin"), # Type of input widget,
|
| 78 |
gr.Slider(minimum=0, maximum=1, step=0.01, default=0.7, label="Sıcaklık(Modelin davranışını değiştirir, ya 0.7 ya 1 genelde iyi)")
|
| 79 |
],
|
| 80 |
+
outputs=gr.Textbox(label="İngilizce çeviri"), # Type of output widget,
|
| 81 |
theme="default",
|
| 82 |
)
|
| 83 |
|