Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ from transformers import AutoConfig, AutoModelForCausalLM, AutoTokenizer, AutoMo
|
|
12 |
import gradio as gr
|
13 |
import torch, gc
|
14 |
from gpuinfo import GPUInfo
|
|
|
15 |
import time
|
16 |
|
17 |
def prepare_data(image, question):
|
|
|
12 |
import gradio as gr
|
13 |
import torch, gc
|
14 |
from gpuinfo import GPUInfo
|
15 |
+
import psutil
|
16 |
import time
|
17 |
|
18 |
def prepare_data(image, question):
|