save
Browse files
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=
|
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()
|