yukee1992 commited on
Commit
f73fdd2
Β·
verified Β·
1 Parent(s): d1e539f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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