RafaG commited on
Commit
18b1e40
β€’
1 Parent(s): 1a09427

Upload 15 files

Browse files
Files changed (2) hide show
  1. README.md +69 -8
  2. app.py +1 -1
README.md CHANGED
@@ -1,13 +1,74 @@
1
  ---
2
- title: AIHUBBRASIL
3
- emoji: πŸ¦€
4
- colorFrom: green
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.19.0
8
  app_file: app.py
9
- pinned: false
10
- license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Ilaria RVC
3
+ emoji: 😻
4
+ colorFrom: pink
5
+ colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 3.42.0
8
  app_file: app.py
9
+ pinned: true
 
10
  ---
11
 
12
+ ![Ilaria AI Suite](./ilariaaisuite.png)
13
+ ***
14
+ [![Static Badge](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Space-s?labelColor=YELLOW&color=FFEA00)](https://huggingface.co/spaces/TheStinger/Ilaria_RVC) [![Static Badge](https://img.shields.io/badge/%F0%9F%A4%97%20HF%20Space-Duplication-s?labelColor=YELLOW&color=FFEA00)](https://huggingface.co/spaces/TheStinger/Ilaria_RVC?duplicate=true) [![Static Badge](https://img.shields.io/badge/GitHub-Source%20Code-s?logo=GitHub)](https://github.com/TheStingerX/Ilaria-RVC) [![Static Badge](https://img.shields.io/badge/AI%20Hub-Discord%20Server-s?logo=Discord&color=%09%237289da)](https://discord.gg/aihub) [![Static Badge](https://img.shields.io/badge/Ko--Fi-s?logo=Ko-Fi&label=Support%20me%20on&labelColor=434b57&color=FF5E5B)](https://ko-fi.com/ilariaowo)
15
+ ***
16
+ <p align="center">
17
+ <h1>Ilaria RVC πŸ’–</h1>
18
+ </p>
19
+
20
+ πŸŽ‰ Welcome to Ilaria RVC! πŸŽ‰
21
+
22
+ This project leverages various libraries and modules to create a Graphical User Interface (GUI) for voice conversion.
23
+ It's primarily designed for use with HuggingFace Spaces. πŸ€—
24
+
25
+ Ilaria RVC is part of the Ilaria AI Suite wich includes various easy and powerful tools. πŸ’–
26
+
27
+ ## πŸ“¦ Installation πŸ“¦
28
+
29
+ To use this project, clone the original Space on Hugging Face.
30
+ Make sure you restart it time to time to keep up with the new updates.
31
+
32
+ ## πŸ–₯️ Usage πŸ–₯️
33
+
34
+ Once the dependencies are installed automatically, Hugging Face will use app.py to start the user interface.
35
+ From there, you can utilize the various features of the project.
36
+
37
+ ## 🌟 Features 🌟
38
+
39
+ Ilaria RVC offers a range of features, including:
40
+
41
+ - πŸŽ™οΈ **Convert audio with a desired voice model**:
42
+ With Ilaria RVC, you can transform any audio using the voice model you prefer. It’s like having a personal voice-over artist at your fingertips.
43
+
44
+ - πŸ’Ύ **Download a voice model directly from the interface**:
45
+ You can directly download models with the download without using any other interface, How convenient is that?
46
+
47
+ - πŸš€ **Advanced and cutting-edge options for conversion**:
48
+ Ilaria RVC offers conversion options that are at the forefront of AI. You can tailor your experience to your specific needs.
49
+
50
+ - πŸ› οΈ **Constantly updated by Ilaria and AI Hub engineers**:
51
+ Ilaria RVC is a product in constant evolution. Ilaria and the team of AI Hub engineers are constantly working to improve and update the system.
52
+
53
+ - πŸ—£οΈ **A choice of 3 different TTS models including Ilaria TTS**:
54
+ You’re spoilt for choice with Ilaria RVC. You can choose from three different voice synthesis models, including Ilaria TTS.
55
+
56
+ - βœ”οΈ **Ease of use for inexperienced users**:
57
+ Don’t worry if you’re not a tech whiz. Ilaria RVC is designed to be easy to use for everyone, regardless of their level of experience.
58
+
59
+ ## πŸ™ Credits πŸ™
60
+
61
+ - **Rejekt** - Original UI coder
62
+ - [**Kit Lemonfoot**](https://huggingface.co/Kit-Lemonfoot) - Implemented Ilaria TTS
63
+ - [**GatienDoesStuff**](https://github.com/GatienDoesStuff) - For helping with the Gradio UI
64
+
65
+ ## 🀝 Contributing 🀝
66
+
67
+ Interested in contributing to this project? Ilaria is always looking for collaborators.
68
+ Feel free to open a pull request on Hugging Face.
69
+
70
+ ## πŸ“„ License πŸ“„
71
+
72
+ This project is released under the `INCU` license.
73
+ For more details, please check the license file.
74
+ For further questions feel free to contact Ilaria.
app.py CHANGED
@@ -1525,7 +1525,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="green", secondary_hue="blue"
1525
  with gr.Row():
1526
  dropbox = gr.File(label="Drag your audio file and click refresh.")
1527
  with gr.Row():
1528
- record_button = gr.Audio(label="Or you can use your microphone!", type="filepath")
1529
  with gr.Row():
1530
  input_audio0 = gr.Dropdown(
1531
  label="2.Choose the audio file.",
 
1525
  with gr.Row():
1526
  dropbox = gr.File(label="Drag your audio file and click refresh.")
1527
  with gr.Row():
1528
+ record_button=gr.Audio(source="microphone", label="Or you can use your microphone!", type="filepath")
1529
  with gr.Row():
1530
  input_audio0 = gr.Dropdown(
1531
  label="2.Choose the audio file.",