pentarosarium commited on
Commit
d9a9e78
·
1 Parent(s): 9c8ee42
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -486,8 +486,8 @@ class EventDetector:
486
  max_length=200,
487
  num_return_sequences=1,
488
  do_sample=False,
489
- temperature=0.7,
490
- top_p=0.9,
491
  no_repeat_ngram_size=3
492
  )
493
 
@@ -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.23 + extn")
913
 
914
  with gr.Row():
915
  file_input = gr.File(
 
486
  max_length=200,
487
  num_return_sequences=1,
488
  do_sample=False,
489
+ #temperature=0.0,
490
+ #top_p=0.9,
491
  no_repeat_ngram_size=3
492
  )
493
 
 
909
  # Create state for file data
910
  current_file = gr.State(None)
911
 
912
+ gr.Markdown("# AI-анализ мониторинга новостей v.2.24 + extn")
913
 
914
  with gr.Row():
915
  file_input = gr.File(