question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add web demo to Huggingface

See original GitHub issue

Hi, 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:closed
  • Created a year ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
osansevierocommented, Apr 27, 2022

You can find a working demo in https://huggingface.co/spaces/osanseviero/tortoisse-tts 🔥

2reactions
osansevierocommented, Apr 27, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found