Kit-Lemonfoot
commited on
I hate this thing I hate this thing
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import argparse
|
2 |
import datetime
|
3 |
import os
|
@@ -404,7 +406,7 @@ if __name__ == "__main__":
|
|
404 |
for (name, model_path, voice_name, speakerid, image) in voicedata:
|
405 |
with gr.TabItem(name):
|
406 |
mn = gr.Textbox(value=model_path, visible=False, interactive=False)
|
407 |
-
mp = gr.Textbox(value=f"model_assets
|
408 |
spk = gr.Textbox(value=speakerid, visible=False, interactive=False)
|
409 |
with gr.Row():
|
410 |
with gr.Column():
|
|
|
1 |
+
print("Starting up. Please be patient...")
|
2 |
+
|
3 |
import argparse
|
4 |
import datetime
|
5 |
import os
|
|
|
406 |
for (name, model_path, voice_name, speakerid, image) in voicedata:
|
407 |
with gr.TabItem(name):
|
408 |
mn = gr.Textbox(value=model_path, visible=False, interactive=False)
|
409 |
+
mp = gr.Textbox(value=f"model_assets/{model_path}/{model_path}.safetensors", visible=False, interactive=False)
|
410 |
spk = gr.Textbox(value=speakerid, visible=False, interactive=False)
|
411 |
with gr.Row():
|
412 |
with gr.Column():
|