Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -174,7 +174,7 @@ def PiperTTS_GUI_Randomize_Text_2nd():
|
|||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
TempText = Input_Box.get("1.0","end-1c")
|
TempText = Input_Box.get("1.0","end-1c")
|
||||||
Input_Box.delete("1.0", "end-1c")
|
Input_Box.delete("1.0", "end-1c")
|
||||||
Input_Box.insert("1.0", "".join(random.sample(mylist, len(mylist))))
|
Input_Box.insert("1.0", "".join(random.sample(TempText, len(TempText))))
|
||||||
end_time = time.time()
|
end_time = time.time()
|
||||||
print(f'Elapsed Time: {end_time - start_time} seconds')
|
print(f'Elapsed Time: {end_time - start_time} seconds')
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user