freddyaboulton HF staff commited on
Commit
a4d6b2f
1 Parent(s): b136eb9

backup at 2023-11-22 01:28:58.518305

Browse files
backup.json CHANGED
@@ -1,4 +1,134 @@
1
  [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  {
3
  "id": "freddyaboulton/gradio_testaudio",
4
  "name": "gradio_testaudio",
 
1
  [
2
+ {
3
+ "id": "freddyaboulton/gradio_folium",
4
+ "name": "gradio_folium",
5
+ "description": "Display Interactive Maps Created with Folium",
6
+ "tags": "maps,geospatial",
7
+ "version": "0.0.3",
8
+ "template": "Fallback",
9
+ "author": "freddyaboulton",
10
+ "subdomain": "freddyaboulton-gradio-folium"
11
+ },
12
+ {
13
+ "id": "freddyaboulton/gradio_textwithattachments",
14
+ "name": "gradio_textwithattachments",
15
+ "description": "Python library for easily interacting with trained machine learning models",
16
+ "tags": "files,media,chat,text",
17
+ "version": "0.0.1",
18
+ "template": "SimpleTextbox",
19
+ "author": "freddyaboulton",
20
+ "subdomain": "freddyaboulton-gradio-textwithattachments"
21
+ },
22
+ {
23
+ "id": "abidlabs/gradio_rich_textbox",
24
+ "name": "gradio_rich_textbox",
25
+ "description": "Gradio custom component for rich text input",
26
+ "tags": "chatbot,text",
27
+ "version": "0.2.0",
28
+ "template": "SimpleTextbox",
29
+ "author": "abidlabs",
30
+ "subdomain": "abidlabs-gradio-rich-textbox"
31
+ },
32
+ {
33
+ "id": "simonduerr/gradio_molecule3d",
34
+ "name": "gradio_molecule3d",
35
+ "description": "Molecule3D custom component to visualize pdb or sdf files",
36
+ "tags": "chemistry,science,protein",
37
+ "version": "0.0.1",
38
+ "template": "File",
39
+ "author": "simonduerr",
40
+ "subdomain": "simonduerr-gradio-molecule3d"
41
+ },
42
+ {
43
+ "id": "freddyaboulton/gradio_pdf",
44
+ "name": "gradio_pdf",
45
+ "description": "Display PDF files in gradio",
46
+ "tags": "documents,files,QA",
47
+ "version": "0.0.3",
48
+ "template": "Fallback",
49
+ "author": "freddyaboulton",
50
+ "subdomain": "freddyaboulton-gradio-pdf"
51
+ },
52
+ {
53
+ "id": "dylanebert/gradio_model3dgs",
54
+ "name": "gradio_model3dgs",
55
+ "description": "Display synthetic 3D models created by Gaussian Splatting in gradio",
56
+ "tags": "3D,gaussian splatting",
57
+ "version": "0.1.4",
58
+ "template": "Model3D",
59
+ "author": "dylanebert",
60
+ "subdomain": "dylanebert-gradio-model3dgs"
61
+ },
62
+ {
63
+ "id": "dawood/gradio_videogallery",
64
+ "name": "gradio_videogallery",
65
+ "description": "Display multiple videos in gradio gallery",
66
+ "tags": "video,gallery",
67
+ "version": "0.0.2",
68
+ "template": "Gallery",
69
+ "author": "dawood",
70
+ "subdomain": "dawood-gradio-videogallery"
71
+ },
72
+ {
73
+ "id": "freddyaboulton/gradio_multimodalchatbot",
74
+ "name": "gradio_multimodalchatbot",
75
+ "description": "Chatbot that displays text and media files (image, audio, video) in the same message",
76
+ "tags": "chatbot,multimodal",
77
+ "version": "0.0.1",
78
+ "template": "Chatbot",
79
+ "author": "freddyaboulton",
80
+ "subdomain": "freddyaboulton-gradio-multimodalchatbot"
81
+ },
82
+ {
83
+ "id": "Wauplin/gradio_blurhashimage",
84
+ "name": "gradio_blurhashimage",
85
+ "description": "Gradio Image component that displays a blurhash while the image is loading",
86
+ "tags": "Image,Scalable",
87
+ "version": "0.0.1",
88
+ "template": "Image",
89
+ "author": "Wauplin",
90
+ "subdomain": "wauplin-gradio-blurhashimage"
91
+ },
92
+ {
93
+ "id": "hmb/gradio_shinymodel3d",
94
+ "name": "gradio_shinymodel3d",
95
+ "description": "Interact with 3D objects with a rich UI (change color, lighting, etc.)",
96
+ "tags": "3D",
97
+ "version": "0.0.1",
98
+ "template": "Model3D",
99
+ "author": "hmb",
100
+ "subdomain": "hmb-gradio-shinymodel3d"
101
+ },
102
+ {
103
+ "id": "camilosegura/gradio_keyboardtextboxcomponent",
104
+ "name": "gradio_keyboardtextboxcomponent",
105
+ "description": "Type in a textbox using a Keyboard",
106
+ "tags": "textbox,keyboard,accessibility",
107
+ "version": "0.0.1",
108
+ "template": "SimpleTextbox",
109
+ "author": "camilosegura",
110
+ "subdomain": "camilosegura-gradio-keyboardtextboxcomponent"
111
+ },
112
+ {
113
+ "id": "abidlabs/gradio_gptchatbot",
114
+ "name": "gradio_gptchatbot",
115
+ "description": "a GPT-style Chatbot component",
116
+ "tags": "gradio-custom-component,chatbot",
117
+ "version": "0.0.2",
118
+ "template": "Chatbot",
119
+ "author": "abidlabs",
120
+ "subdomain": "abidlabs-gradio-gptchatbot"
121
+ },
122
+ {
123
+ "id": "Wauplin/gradio_pannellum",
124
+ "name": "gradio_pannellum",
125
+ "description": "Python library for easily interacting with trained machine learning models",
126
+ "tags": "machine learning,reproducibility,visualization,gradio,gradio custom component",
127
+ "version": "0.0.1",
128
+ "template": "Image",
129
+ "author": "Wauplin",
130
+ "subdomain": "wauplin-gradio-pannellum"
131
+ },
132
  {
133
  "id": "freddyaboulton/gradio_testaudio",
134
  "name": "gradio_testaudio",
custom_components.db CHANGED
Binary files a/custom_components.db and b/custom_components.db differ
 
custom_components.db-shm CHANGED
Binary files a/custom_components.db-shm and b/custom_components.db-shm differ
 
custom_components.db-wal CHANGED
Binary files a/custom_components.db-wal and b/custom_components.db-wal differ