Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -43,7 +43,7 @@ AutoModelForSequenceClassification.from_pretrained('MoritzLaurer/DeBERTa-v3-base
|
|
| 43 |
from transformers import T5Tokenizer, T5ForConditionalGeneration; \
|
| 44 |
T5ForConditionalGeneration.from_pretrained('google/flan-t5-base', cache_dir='/app/cache'); \
|
| 45 |
from transformers import pipeline; \
|
| 46 |
-
pipeline('image-classification', model='umm-maybe/AI-image-detector'
|
| 47 |
"
|
| 48 |
|
| 49 |
# Copy the rest of your application code
|
|
|
|
| 43 |
from transformers import T5Tokenizer, T5ForConditionalGeneration; \
|
| 44 |
T5ForConditionalGeneration.from_pretrained('google/flan-t5-base', cache_dir='/app/cache'); \
|
| 45 |
from transformers import pipeline; \
|
| 46 |
+
pipeline('image-classification', model='umm-maybe/AI-image-detector'); \
|
| 47 |
"
|
| 48 |
|
| 49 |
# Copy the rest of your application code
|