Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def main(debug, share):
|
|
29 |
gr.Markdown(description)
|
30 |
|
31 |
# Define Gradio inputs and outputs
|
32 |
-
example = [["This is just the beginning of the journey of HundAI Solutions, HundAI will continue to build AI tools for
|
33 |
"English", "Female", 1.0, False, False]]
|
34 |
|
35 |
gradio_inputs = [
|
|
|
29 |
gr.Markdown(description)
|
30 |
|
31 |
# Define Gradio inputs and outputs
|
32 |
+
example = [["This is just the beginning of the journey of HundAI Solutions, HundAI will continue to build AI tools for Hund Ecosystem.",
|
33 |
"English", "Female", 1.0, False, False]]
|
34 |
|
35 |
gradio_inputs = [
|