Spaces:
Paused
Paused
AFischer1985
commited on
Commit
·
da994cb
1
Parent(s):
39a25f7
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ from fastapi.responses import HTMLResponse
|
|
3 |
import os
|
4 |
import requests
|
5 |
from llama_cpp import Llama
|
|
|
6 |
|
7 |
url="https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q4_0.gguf"
|
8 |
response = requests.get(url)
|
|
|
3 |
import os
|
4 |
import requests
|
5 |
from llama_cpp import Llama
|
6 |
+
import gradio as gr
|
7 |
|
8 |
url="https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q4_0.gguf"
|
9 |
response = requests.get(url)
|