Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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())
|