Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ def generate_assistant_response(user_message):
|
|
| 87 |
return temp_audio_path # Return the temporary file path
|
| 88 |
|
| 89 |
# URL of the illustrative image
|
| 90 |
-
image_url = "
|
| 91 |
|
| 92 |
with gr.Blocks() as interface:
|
| 93 |
gr.Markdown("## Malcolm X")
|
|
|
|
| 87 |
return temp_audio_path # Return the temporary file path
|
| 88 |
|
| 89 |
# URL of the illustrative image
|
| 90 |
+
image_url = "image.png"
|
| 91 |
|
| 92 |
with gr.Blocks() as interface:
|
| 93 |
gr.Markdown("## Malcolm X")
|