Spaces:
Runtime error
Runtime error
fix: Added missing import
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
"""Python Application Script for AI chatbot using LLAMA CPP."""
|
2 |
import logging
|
|
|
3 |
|
4 |
import gradio as gr
|
5 |
from llama_cpp import Llama
|
|
|
1 |
"""Python Application Script for AI chatbot using LLAMA CPP."""
|
2 |
import logging
|
3 |
+
import os
|
4 |
|
5 |
import gradio as gr
|
6 |
from llama_cpp import Llama
|