f5_tts_id_space / README.md
hndrbrm's picture
Update
0774298
---
# Reference:
# https://huggingface.co/docs/hub/spaces-config-reference
# Display title for the Space.
title: F5-TTS-ID
# Space emoji (emoji-only character allowed).
emoji:
# Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray).
colorFrom: red
# Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray).
colorTo: gray
# Can be either gradio, streamlit, docker, or static.
sdk: gradio
# Any valid Python 3.x or 3.x.x version.
# Defaults to 3.10.
# python_version: string
# Specify the version of the selected SDK (Streamlit or Gradio).
# All versions of Gradio are supported.
# All versions of Streamlit from 0.79.0 are supported.
sdk_version: 5.9.1
# Specify the suggested hardware on which this Space must be run.
# Useful for Spaces that are meant to be duplicated by other users.
# Setting this value will not automatically assign an hardware to this Space.
# Value must be a valid hardware flavor. Current valid hardware flavors:
# * CPU: "cpu-basic", "cpu-upgrade"
# * GPU: "t4-small", "t4-medium", "l4x1", "l4x4", "a10g-small", "a10g-large", "a10g-largex2", "a10g-largex4","a100-large"
# * TPU: "v5e-1x1", "v5e-2x2", "v5e-2x4"
# suggested_hardware: string
# Specify the suggested permanent storage on which this Space must be run.
# Useful for Spaces that are meant to be duplicated by other users.
# Setting this value will not automatically assign a permanent storage to this Space.
# Value must be one of "small", "medium" or "large".
# suggested_storage: string
# Path to your main application file (which contains either gradio or streamlit Python code, or static html code).
# Path is relative to the root of the repository.
app_file: app.py
# Port on which your application is running.
# Used only if sdk is docker.
# Default port is 7860.
# app_port: int
# For non-static Spaces, initial url to render. Needs to start with /.
# For static Spaces, use app_file instead.
# base_path: string
# Whether your Space is rendered inside a full-width (when true)
# or fixed-width column (ie. “container” CSS) inside the iframe.
# Defaults to true.
# fullWidth: boolean
# Can be either mini or default.
# If header is set to mini the space will be displayed full-screen with a mini floating header.
# header: string
# A short description of the Space.
# This will be displayed in the Space’s thumbnail.
short_description: F5-TTS for indonesian language
# HF model IDs (like openai-community/gpt2 or deepset/roberta-base-squad2) used in the Space.
# Will be parsed automatically from your code if not specified here.
# models : List[string]
# HF dataset IDs (like mozilla-foundation/common_voice_13_0 or oscar-corpus/OSCAR-2109) used in the Space.
# Will be parsed automatically from your code if not specified here.
# datasets : List[string]
# List of terms that describe your Space task or scope.
# tags : List[string]
# URL for defining a custom thumbnail for social sharing.
# thumbnail: string
# Whether the Space stays on top of your profile.
# Can be useful if you have a lot of Spaces so you and others can quickly see your best Space.
pinned: false
# Whether a connected OAuth app is associated to this Space.
# See Adding a Sign-In with HF button to your Space for more details.
# hf_oauth : boolean
# Authorized scopes of the connected OAuth app.
# openid and profile are authorized by default and do not need this parameter.
# See Adding a Sign-In with HF button to your space for more details.
# hf_oauth_scopes : List[string]
# Duration of the OAuth token in minutes.
# Defaults to 480 minutes (8 hours).
# Maximum duration is 43200 minutes (30 days).
# See Adding a Sign-In with HF button to your space for more details.
# hf_oauth_expiration_minutes : int
# Whether the Space iframe can be embedded in other websites.
# Defaults to false, i.e. Spaces can be embedded.
# disable_embedding : boolean
# Set a custom startup duration timeout for your Space.
# This is the maximum time your Space is allowed to start before it times out and is flagged as unhealthy.
# Defaults to 30 minutes, but any valid duration (like 1h, 30m) is acceptable.
# startup_duration_timeout: string
# Set custom HTTP headers that will be added to all HTTP responses when serving your Space.
# For now, only the cross-origin-embedder-policy (COEP), cross-origin-opener-policy (COOP), and cross-origin-resource-policy (CORP) headers are allowed.
# These headers can be used to set up a cross-origin isolated environment and enable powerful features like SharedArrayBuffer,
# for example:
# custom_headers:
# cross-origin-embedder-policy: require-corp
# cross-origin-opener-policy: same-origin
# cross-origin-resource-policy: cross-origin
# Note: all headers and values must be lowercase.
# custom_headers : Dict[string, string]
# Specify a list of Hugging Face Hub models or other large files to be preloaded during the build time of your Space.
# This optimizes the startup time by having the files ready when your application starts.
# This is particularly useful for Spaces that rely on large models or datasets that would otherwise need to be downloaded at runtime.
#
# The format for each item is "repository_name" to download all files from a repository,
# or "repository_name file1,file2" for downloading specific files within that repository.
# You can also specify a specific commit to download using the format "repository_name file1,file2 commit_sha256".
#
# Example usage:
# preload_from_hub:
# - warp-ai/wuerstchen-prior text_encoder/model.safetensors,prior/diffusion_pytorch_model.safetensors
# - coqui/XTTS-v1
# - openai-community/gpt2 config.json 11c5a3d5811f50298f278a704980280950aedb10
#
# In this example, the Space will preload specific .safetensors files from warp-ai/wuerstchen-prior,
# the complete coqui/XTTS-v1 repository,
# and a specific revision of the config.json file in the openai-community/gpt2 repository
# from the Hugging Face Hub during build time.
#
# Files are saved in the default `huggingface_hub` disk cache `~/.cache/huggingface/hub`.
# If you application expects them elsewhere or you changed your `HF_HOME` variable, this pre-loading does not follow that at this time.
# preload_from_hub: List[string]
license: unknown
---