Spaces:
Sleeping
Sleeping
Commit
·
daca6d7
1
Parent(s):
d9a9e78
cut 2.24a
Browse files
app.py
CHANGED
@@ -773,7 +773,7 @@ def create_output_file(df, uploaded_file):
|
|
773 |
|
774 |
|
775 |
|
776 |
-
@spaces.GPU(duration=
|
777 |
def process_and_download(file_bytes, control=None):
|
778 |
"""Synchronous wrapper for async processing"""
|
779 |
if file_bytes is None:
|
@@ -909,7 +909,7 @@ def create_interface():
|
|
909 |
# Create state for file data
|
910 |
current_file = gr.State(None)
|
911 |
|
912 |
-
gr.Markdown("# AI-анализ мониторинга новостей v.2.
|
913 |
|
914 |
with gr.Row():
|
915 |
file_input = gr.File(
|
|
|
773 |
|
774 |
|
775 |
|
776 |
+
@spaces.GPU(duration=90)
|
777 |
def process_and_download(file_bytes, control=None):
|
778 |
"""Synchronous wrapper for async processing"""
|
779 |
if file_bytes is None:
|
|
|
909 |
# Create state for file data
|
910 |
current_file = gr.State(None)
|
911 |
|
912 |
+
gr.Markdown("# AI-анализ мониторинга новостей v.2.24a + extn")
|
913 |
|
914 |
with gr.Row():
|
915 |
file_input = gr.File(
|