Spaces:
Runtime error
Runtime error
Kastg
commited on
Commit
•
8c39162
1
Parent(s):
9dd4f46
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from fastapi import FastAPI, HTTPException, Request
|
2 |
from fastapi.responses import JSONResponse
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
app = FastAPI()
|
|
|
1 |
from fastapi import FastAPI, HTTPException, Request
|
2 |
from fastapi.responses import JSONResponse
|
3 |
+
from llama_cpp import Llama
|
4 |
import gradio as gr
|
5 |
|
6 |
app = FastAPI()
|