Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -965,8 +965,11 @@ def create_gradio_interface():
|
|
| 965 |
character_info = f"π₯ Characters: {', '.join(character_names)}" if character_names else "π₯ No specific characters"
|
| 966 |
|
| 967 |
status_msg = f"""β
Success! Generated: {prompt}
|
|
|
|
| 968 |
{character_info}
|
|
|
|
| 969 |
π¨ Enhanced prompt: {enhanced_prompt[:200]}...
|
|
|
|
| 970 |
π **Local file:** {filename if filename else 'Not saved'}"""
|
| 971 |
|
| 972 |
return image, status_msg, filepath
|
|
|
|
| 965 |
character_info = f"π₯ Characters: {', '.join(character_names)}" if character_names else "π₯ No specific characters"
|
| 966 |
|
| 967 |
status_msg = f"""β
Success! Generated: {prompt}
|
| 968 |
+
|
| 969 |
{character_info}
|
| 970 |
+
|
| 971 |
π¨ Enhanced prompt: {enhanced_prompt[:200]}...
|
| 972 |
+
|
| 973 |
π **Local file:** {filename if filename else 'Not saved'}"""
|
| 974 |
|
| 975 |
return image, status_msg, filepath
|