Skip to content

Typo's in Config.yaml comments #84

@Iconic06

Description

@Iconic06

Changes recognisable by the stars
All changes are found in the comments so its not having any effect on the code itself.

interface_type: simple # a**s**ync or simple variant of the Interface (one does transcriptions does require Email setup)
launch:
   # The following are the default values for the launch configuration
   # for more informations look at https://www.gradio.app/docs/interface 
  server_port: null
  server_name: null
  inline: false
  inbrowser: false
  share : false
  debug : false
  max_threads: 40
  quiet: false
  auth: null # tuple of username and password
  auth_message: null
  prevent_thread_lock : false
  show_error : false
  height: 500
  width: 100%,
  favicon_path : null
  ssl_keyfile : null
  ssl_certfile : null
  ssl_keyfile_password : null
  ssl_verify : false
  show_api : false
  allowed_paths :
  blocked_paths : null
  root_path : null
  app_kwargs : null
  state_session_capacity : 10000
  share_server_address : null
  share_server_protocol : null
  max_file_size: null
  enable_monitoring: null
queue:
  # The following are the default values for the queue configuration
  # for more informations look at https://www.gradio.app/docs/interface
  status_update_rate : 'auto'
  api_open : null
  max_size : null
  default_concurrency_limit : not_set
layout:
  header: scraibe_webui/misc/header.html
  header_format_options: 
    #header_css_path : scraibe_webui/misc/header_style.css
    header_logo_url : https://www.kida-bmel.de/
    header_logo_src : scraibe_webui/misc/logo.png
  footer: scraibe_webui/misc/footer.html
  footer_format_options : 
    #footer_css_path: scraibe_webui/misc/footer_style.css
    footer_scraibe_webui_version : null
  show_settings : true
  
  # themes: null # dict of themes from hugging face placeholder
scraibe_params:
  whisper_model : null
  whisper_type: whisper # whether use or**I**ginal whisper or faster-whisper backend
  dia_model: null
  use_auth_token: null
  device: null # set your device
  num_threads: null # If CPU is used set number of useable threads
mail:
  sender_email : null 
  smtp_server : null
  smtp_port : 0
  sender_password : null
  connection_type: TLS   # 'SSL', 'TLS', or 'PLAIN'
  context: default # Union[None, str, dict, ssl.SSLContext]
  default_subject: "SCRAIBE"
  error_template: scraibe_webui/misc/error_notification_template.html
  error_subject: An error occured during processing.
  error_format_options:
    #exception is **mandatory** for your html  will be set to the related **exception** in the Code
   contact_email: support@mail.com # set this to your mail if you are using a custom error_template you can add an any amount of format options here.
  success_template: scraibe_webui/misc/success_template.html
  success_subject: "Your transcript is ready."
  success_format_options: 
    contact_email: support@mail.com
  upload_notification_template: scraibe_webui/misc/upload_notification_template.html
  upload_subject: "Upload Successful"
  upload_notification_format_options:
    queue_position: null
    contact_email: support@mail.com
  mail_css_path: scraibe_webui/misc/mail_style.css
advanced:
  keep_model_alive: false # for **A**sync interfac**E** only keeps the model **alive** during a session 
  concurrent_workers_async: 1 # number of concurrent working threads in the async interface

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions