Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
import shutil
|
4 |
-
import copy
|
5 |
-
import random
|
6 |
import os
|
7 |
-
import requests
|
8 |
-
import time
|
9 |
-
import sys
|
10 |
|
11 |
from huggingface_hub.file_download import http_get
|
12 |
from llama_cpp import Llama
|
|
|
1 |
import gradio as gr
|
2 |
|
|
|
|
|
|
|
3 |
import os
|
|
|
|
|
|
|
4 |
|
5 |
from huggingface_hub.file_download import http_get
|
6 |
from llama_cpp import Llama
|