Spaces:
Runtime error
Runtime error
steadilyai
commited on
Commit
•
e6bdf09
1
Parent(s):
b3a031d
Upload 32 files
Browse files- .gitattributes +1 -0
- IDEFICS_logo.png +0 -0
- README.md +7 -7
- example_images/art_critic.png +0 -0
- example_images/baguettes_guarding_paris.png +0 -0
- example_images/bear_costume.png +0 -0
- example_images/blue_dog.png +0 -0
- example_images/can_horror.png +0 -0
- example_images/cat_sketch.png +0 -0
- example_images/chicken_on_money.png +0 -0
- example_images/concrete-eating-willsmith.jpg +0 -0
- example_images/dragons_playing.png +0 -0
- example_images/elon_smoking.jpg +0 -0
- example_images/gandhi_selfie.jpg +0 -0
- example_images/gaulois.png +3 -0
- example_images/ironman_cap.png +0 -0
- example_images/kanye.jpg +0 -0
- example_images/meme_french.jpg +0 -0
- example_images/obama-harry-potter.jpg +0 -0
- example_images/plant_bulb.webp +0 -0
- example_images/polar_bear_coke.png +0 -0
- example_images/pope_doudoune.webp +0 -0
- example_images/product_ad.jpg +0 -0
- example_images/rabbit_force.png +0 -0
- example_images/ramen.png +0 -0
- example_images/recipe_burger.webp +0 -0
- example_images/ryan-reynolds-borg.jpg +0 -0
- example_images/surfing_dog.jpg +0 -0
- example_images/tom-cruise-astronaut-pegasus.jpg +0 -0
- example_images/travel_tips.jpg +0 -0
- example_images/tree_fortress.jpg +0 -0
- pre-requirements.txt +0 -0
- requirements.txt +19 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
example_images/gaulois.png filter=lfs diff=lfs merge=lfs -text
|
IDEFICS_logo.png
ADDED
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: blue
|
6 |
-
sdk:
|
7 |
-
|
|
|
|
|
8 |
---
|
9 |
-
|
10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: IDEFICS Playground
|
3 |
+
emoji: 🐨
|
4 |
+
colorFrom: red
|
5 |
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.40.1
|
8 |
+
app_file: app_dialogue.py
|
9 |
+
pinned: true
|
10 |
---
|
|
|
|
example_images/art_critic.png
ADDED
example_images/baguettes_guarding_paris.png
ADDED
example_images/bear_costume.png
ADDED
example_images/blue_dog.png
ADDED
example_images/can_horror.png
ADDED
example_images/cat_sketch.png
ADDED
example_images/chicken_on_money.png
ADDED
example_images/concrete-eating-willsmith.jpg
ADDED
example_images/dragons_playing.png
ADDED
example_images/elon_smoking.jpg
ADDED
example_images/gandhi_selfie.jpg
ADDED
example_images/gaulois.png
ADDED
Git LFS Details
|
example_images/ironman_cap.png
ADDED
example_images/kanye.jpg
ADDED
example_images/meme_french.jpg
ADDED
example_images/obama-harry-potter.jpg
ADDED
example_images/plant_bulb.webp
ADDED
example_images/polar_bear_coke.png
ADDED
example_images/pope_doudoune.webp
ADDED
example_images/product_ad.jpg
ADDED
example_images/rabbit_force.png
ADDED
example_images/ramen.png
ADDED
example_images/recipe_burger.webp
ADDED
example_images/ryan-reynolds-borg.jpg
ADDED
example_images/surfing_dog.jpg
ADDED
example_images/tom-cruise-astronaut-pegasus.jpg
ADDED
example_images/travel_tips.jpg
ADDED
example_images/tree_fortress.jpg
ADDED
pre-requirements.txt
ADDED
File without changes
|
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
transformers @ git+https://github.com/huggingface/transformers@5c67682b169576c4859700d551090ff79d450a9a
|
4 |
+
requests
|
5 |
+
pillow
|
6 |
+
torchvision
|
7 |
+
PyYAML
|
8 |
+
opencv-python
|
9 |
+
numpy
|
10 |
+
accelerate
|
11 |
+
joblib
|
12 |
+
deepspeed
|
13 |
+
parameterized
|
14 |
+
einops
|
15 |
+
pynvml
|
16 |
+
sentencepiece
|
17 |
+
text_generation
|
18 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@bd4570ed4343f75a7ae335ef06d5eb313d107bc9#subdirectory=client/python
|
19 |
+
https://gradio-main-build.s3.amazonaws.com/92282cea6afdf7e9930ece1046d8a63be34b3cea/gradio-3.40.1-py3-none-any.whl
|