K00B404 commited on
Commit
86ef9c6
·
verified ·
1 Parent(s): ed71653

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -251,7 +251,7 @@ def process_selected_image(image_path):
251
  return "", "", f"Error processing image: {str(e)}", None
252
 
253
  # Create Gradio interface with tabs
254
- with gr.Blocks(title="Image Character Persona Generator") as iface:
255
  # Store state variables
256
  persona_state = gr.State("")
257
  profiles_state = gr.State(load_profiles())
 
251
  return "", "", f"Error processing image: {str(e)}", None
252
 
253
  # Create Gradio interface with tabs
254
+ with gr.Blocks(title=" Visual Chatbot Persona Generator( The Dramaturg )") as iface:
255
  # Store state variables
256
  persona_state = gr.State("")
257
  profiles_state = gr.State(load_profiles())