add web demo to Huggingface
See original GitHub issueHi, would you be interested in adding tortoise-tts web demo to Hugging Face using Gradio? I see there is already models setup on Huggingface for this repo https://huggingface.co/jbetker
here is a guide for adding spaces to your org or username
How to add a Space: https://huggingface.co/blog/gradio-spaces
Example spaces with repos: github: https://github.com/salesforce/BLIP Spaces: https://huggingface.co/spaces/salesforce/BLIP
github: https://github.com/facebookresearch/omnivore Spaces: https://huggingface.co/spaces/akhaliq/omnivore
a Gradio Demo can be setup in 2 lines of code using the inference api (if enabled) integration through huggingface
import gradio as gr
gr.Interface.load("huggingface/jbetker/tortoise-tts-v2").launch()
would launch the demo
Please let us know if you would be interested and if you have any questions.
Issue Analytics
- State:
- Created a year ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Sharing demos with others - Hugging Face Course
Now that you've built a demo, you'll probably want to share it with others. Gradio demos can be shared in two ways: using...
Read more >add web demo/model to Huggingface · Issue #1 - GitHub
Hi, would you be interested in adding Clip-Forge to Hugging Face? The Hub offers free hosting, and it would make your work more...
Read more >Using Hugging Face Integrations - Gradio
Hugging Face Spaces allows anyone to host their Gradio demos freely. The community shares oven 2,000 Spaces. Uploading your Gradio demos take a...
Read more >FourthBrain and Hugging Face demo on Building ... - YouTube
Watch our 1 hour demo session presented by Hugging Face on:Building NLP Applications with Transformers. We will go hands-on with a demo on ......
Read more >Tutorial: Build and Host Machine Learning Demos with Gradio ...
1. Build Quick ML Demos in Python Using the Gradio Library · 2. Host the Demo (for free) on Hugging Face Spaces ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can find a working demo in https://huggingface.co/spaces/osanseviero/tortoisse-tts 🔥
Hey there, if it’s ok I would love to work on this. I’m actually half-way done through it 🚀 Working on https://huggingface.co/spaces/osanseviero/tortoisse-tts and happy to transfer once done.