gptChatYourTTS / README.md
gorkemgoknar's picture
Update README.md
ff78175

A newer version of the Gradio SDK is available: 4.44.1

Upgrade
metadata
title: Moviechatbot - GPT chatbot with Coqui YourTTS
emoji: 🐸
colorFrom: blue
colorTo: indigo
sdk: gradio
app_file: app.py
pinned: false
sdk_version: 3.1.1
duplicated_from: gorkemgoknar/movie_chat_gpt_yourtts

Configuration

title: string
Poc with no model first

emoji: string
Space emoji (emoji-only character allowed)

colorFrom: string
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)

colorTo: string
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)

sdk: string
Can be either gradio or streamlit

sdk_version : string
Only applicable for streamlit SDK.
See doc for more info on supported versions.

app_file: string
Path to your main application file (which contains either gradio or streamlit Python code).
Path is relative to the root of the repository.

pinned: boolean
Whether the Space stays on top of your list.