Vartex39 commited on
Commit
55b9803
·
1 Parent(s): 85327a5

PDF yüklendiğinde sayfa aralığı girişleri aktifleşiyor

Browse files
Files changed (1) hide show
  1. ui.py +2 -2
ui.py CHANGED
@@ -44,8 +44,8 @@ with gr.Blocks() as demo:
44
  manual_input = gr.Textbox(lines=5, label="Metni Manuel Gir")
45
 
46
  with gr.Row():
47
- start_page = gr.Number(label="Başlangıç Sayfası", value=1, precision=0, interactive=False)
48
- end_page = gr.Number(label="Bitiş Sayfası", value=5, precision=0, interactive=False)
49
 
50
 
51
  def enable_page_inputs(pdf):
 
44
  manual_input = gr.Textbox(lines=5, label="Metni Manuel Gir")
45
 
46
  with gr.Row():
47
+ start_page = gr.Number(label="Başlangıç Sayfası", value=1, precision=0, interactive=False, visible=False)
48
+ end_page = gr.Number(label="Bitiş Sayfası", value=5, precision=0, interactive=False, visible=False)
49
 
50
 
51
  def enable_page_inputs(pdf):