JosephH commited on
Commit
6599687
·
verified ·
1 Parent(s): 461c516

Update app.py

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