aliabd commited on
Commit
6b60212
·
1 Parent(s): 5b4761d

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +1 -0
  2. __pycache__/run.cpython-39.pyc +0 -0
  3. config.json +125 -0
  4. requirements.txt +0 -1
README.md CHANGED
@@ -8,4 +8,5 @@ sdk: gradio
8
  sdk_version: 3.40.1
9
  app_file: run.py
10
  pinned: false
 
11
  ---
 
8
  sdk_version: 3.40.1
9
  app_file: run.py
10
  pinned: false
11
+ hf_oauth: true
12
  ---
__pycache__/run.cpython-39.pyc ADDED
Binary file (510 Bytes). View file
 
config.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "3.30.0\n",
3
+ "mode": "blocks",
4
+ "dev_mode": true,
5
+ "analytics_enabled": true,
6
+ "components": [
7
+ {
8
+ "id": 1,
9
+ "type": "textbox",
10
+ "props": {
11
+ "lines": 1,
12
+ "max_lines": 20,
13
+ "value": "",
14
+ "type": "text",
15
+ "label": "Input-Output",
16
+ "show_label": true,
17
+ "name": "textbox",
18
+ "visible": true,
19
+ "style": {}
20
+ },
21
+ "serializer": "StringSerializable",
22
+ "api_info": {
23
+ "info": {
24
+ "type": "string"
25
+ },
26
+ "serialized_info": false
27
+ },
28
+ "example_inputs": {
29
+ "raw": "Howdy!",
30
+ "serialized": "Howdy!"
31
+ }
32
+ },
33
+ {
34
+ "id": 2,
35
+ "type": "button",
36
+ "props": {
37
+ "value": "Run",
38
+ "variant": "secondary",
39
+ "interactive": true,
40
+ "name": "button",
41
+ "visible": true,
42
+ "style": {}
43
+ },
44
+ "serializer": "StringSerializable",
45
+ "api_info": {
46
+ "info": {
47
+ "type": "string"
48
+ },
49
+ "serialized_info": false
50
+ },
51
+ "example_inputs": {
52
+ "raw": "Howdy!",
53
+ "serialized": "Howdy!"
54
+ }
55
+ },
56
+ {
57
+ "id": 3,
58
+ "type": "form",
59
+ "props": {
60
+ "type": "form",
61
+ "visible": true,
62
+ "style": {}
63
+ }
64
+ }
65
+ ],
66
+ "css": null,
67
+ "title": "Gradio",
68
+ "is_space": false,
69
+ "enable_queue": null,
70
+ "show_error": true,
71
+ "show_api": true,
72
+ "is_colab": false,
73
+ "stylesheets": [
74
+ "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap",
75
+ "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&display=swap"
76
+ ],
77
+ "theme": "default",
78
+ "layout": {
79
+ "id": 0,
80
+ "children": [
81
+ {
82
+ "id": 3,
83
+ "children": [
84
+ {
85
+ "id": 1
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "id": 2
91
+ }
92
+ ]
93
+ },
94
+ "dependencies": [
95
+ {
96
+ "targets": [
97
+ 2
98
+ ],
99
+ "trigger": "click",
100
+ "inputs": [
101
+ 1
102
+ ],
103
+ "outputs": [
104
+ 1
105
+ ],
106
+ "backend_fn": true,
107
+ "js": null,
108
+ "queue": null,
109
+ "api_name": null,
110
+ "scroll_to_output": false,
111
+ "show_progress": true,
112
+ "every": null,
113
+ "batch": false,
114
+ "max_batch_size": 4,
115
+ "cancels": [],
116
+ "types": {
117
+ "continuous": false,
118
+ "generator": false
119
+ },
120
+ "collects_event_data": false,
121
+ "trigger_after": null,
122
+ "trigger_only_on_success": false
123
+ }
124
+ ]
125
+ }
requirements.txt CHANGED
@@ -1,2 +1 @@
1
-
2
  https://gradio-main-build.s3.amazonaws.com/2e720c0c47ea94923ab689f928308157f2c30b2d/gradio-3.40.1-py3-none-any.whl
 
 
1
  https://gradio-main-build.s3.amazonaws.com/2e720c0c47ea94923ab689f928308157f2c30b2d/gradio-3.40.1-py3-none-any.whl