Spanicin commited on
Commit
7989b7e
·
verified ·
1 Parent(s): 00e055b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -414,6 +414,9 @@ def generate_video():
414
  except json.JSONDecodeError:
415
  continue
416
 
 
 
 
417
  else:
418
  print("No Ryze database found")
419
 
 
414
  except json.JSONDecodeError:
415
  continue
416
 
417
+ elif chat_model_used == 'self':
418
+ text_prompt = text_prompt.strip()
419
+
420
  else:
421
  print("No Ryze database found")
422