Gyaneshere commited on
Commit
da8122d
·
verified ·
1 Parent(s): 9577cb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ css = """
232
  #col-container {max-width: 90%; margin-left: auto; margin-right: auto;}
233
  """
234
  # Attempt to load default text from example.txt
235
- default_text = "[S1] Dia is an open weights text to dialogue model. \n[S2] You get full control over scripts and voices. \n[S1] Wow. Amazing. (laughs) \n[S2] Try it now on Git hub or Hugging Face."
236
  example_txt_path = Path("./example.txt")
237
  if example_txt_path.exists():
238
  try:
 
232
  #col-container {max-width: 90%; margin-left: auto; margin-right: auto;}
233
  """
234
  # Attempt to load default text from example.txt
235
+ default_text = "[S1] This is awesome weather. \n[S2] You want to go to the pool. \n[S1] Wow. Amazing. (laughs) \n[S2] Lets also grab some coolers."
236
  example_txt_path = Path("./example.txt")
237
  if example_txt_path.exists():
238
  try: