Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from transformers import MllamaForConditionalGeneration, AutoProcessor, TextIteratorStreamer
|
2 |
from PIL import Image
|
|
|
3 |
import requests
|
4 |
import torch
|
5 |
from threading import Thread
|
|
|
1 |
from transformers import MllamaForConditionalGeneration, AutoProcessor, TextIteratorStreamer
|
2 |
from PIL import Image
|
3 |
+
import os
|
4 |
import requests
|
5 |
import torch
|
6 |
from threading import Thread
|