File size: 778 Bytes
58093f0
 
39529ec
58093f0
 
c7b3e86
0285717
58093f0
 
5cd0396
58093f0
 
df32adb
8e38974
7e26dac
52c0e22
8e38974
7e26dac
8e38974
39529ec
 
8e38974
58093f0
 
 
df32adb
52c0e22
8e38974
58093f0
52c0e22
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
lite_metadata:
  gradio_version: 3.32.0
  liteobj_version: 0.0.7
class_string: gradio.interface.Interface
kwargs:
  title: Gradio Webapp
  description: Given a set of numbers, save them as a separeted arry stored in ram
  article: null
  thumbnail: null
  theme: gradio/seafoam
  css: null
  allow_flagging: never
  inputs:
  - class_string: gradio.components.Dataframe
    kwargs:
      label: numbers
      type: array
  outputs:
  - class_string: gradio.components.Dataframe
    kwargs:
      label: output
      type: array
  fn:
    class_string: gradify.gradify_closure
    kwargs:
      argmaps:
      - label: numbers
        postprocessing: 'lambda array: list(map(int, array[0]))'
      func_kwargs: {}
      source: "def save_numbers(numbers):\n    return numbers\n"