Update app.py
Browse files
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 |
|