hamel commited on
Commit
f168c73
1 Parent(s): 26e4903
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,5 +10,5 @@ def size(repo):
10
  gb = resp['size'] / 1e9
11
  return f'{gb:.2f} GB'
12
 
13
- iface = gr.Interface(fn=greet, inputs=gr.Text(value="tglcourse/CelebA-faces-cropped-128"), outputs="text")
14
  iface.launch()
 
10
  gb = resp['size'] / 1e9
11
  return f'{gb:.2f} GB'
12
 
13
+ iface = gr.Interface(fn=size, inputs=gr.Text(value="tglcourse/CelebA-faces-cropped-128"), outputs="text")
14
  iface.launch()