Spaces:
Runtime error
Runtime error
Mahadih534
commited on
Commit
•
af95d35
1
Parent(s):
93bda9f
changes to fix
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
from huggingface_hub import hf_hub_download
|
2 |
import logging
|
3 |
import sys
|
4 |
-
import torch
|
5 |
from torch import cuda
|
6 |
import gradio as gr
|
7 |
from llama_index.llms.llama_utils import messages_to_prompt, completion_to_prompt
|
|
|
1 |
from huggingface_hub import hf_hub_download
|
2 |
import logging
|
3 |
import sys
|
|
|
4 |
from torch import cuda
|
5 |
import gradio as gr
|
6 |
from llama_index.llms.llama_utils import messages_to_prompt, completion_to_prompt
|