typo
Browse files
app.py
CHANGED
|
@@ -227,7 +227,7 @@ NEW INFERENCE:
|
|
| 227 |
|
| 228 |
|
| 229 |
if c_name == "":
|
| 230 |
-
gr.Warning("Voice character is not properly selected. Please ensure that the name of the chosen voice is specified in the
|
| 231 |
print("Warning about Voice Name sent to user")
|
| 232 |
else:
|
| 233 |
print(f"Generating audio from prompt with {c_name} ;)")
|
|
|
|
| 227 |
|
| 228 |
|
| 229 |
if c_name == "":
|
| 230 |
+
gr.Warning("Voice character is not properly selected. Please ensure that the name of the chosen voice is specified in the Character Name input.")
|
| 231 |
print("Warning about Voice Name sent to user")
|
| 232 |
else:
|
| 233 |
print(f"Generating audio from prompt with {c_name} ;)")
|