Spaces:
Running
Running
PDF yüklendiğinde sayfa aralığı girişleri aktifleşiyor
Browse files
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):
|