Spaces:
Paused
Paused
Kastg
commited on
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()
|