Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ def index():
|
|
| 70 |
except Exception as e:
|
| 71 |
return f"Error during chat: {e}"
|
| 72 |
|
| 73 |
-
return render_template("index.html", response=response_text, audio_path=audio_file_path)
|
| 74 |
|
| 75 |
|
| 76 |
@app.route("/audio")
|
|
|
|
| 70 |
except Exception as e:
|
| 71 |
return f"Error during chat: {e}"
|
| 72 |
|
| 73 |
+
return render_template("templates/index.html", response=response_text, audio_path=audio_file_path)
|
| 74 |
|
| 75 |
|
| 76 |
@app.route("/audio")
|