Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import gradio as gr
|
|
5 |
def list_attributes_and_values():
|
6 |
attr = 'temp_files'
|
7 |
value = getattr(fi_output, attr)
|
|
|
8 |
tmp = list(value)[-1]
|
9 |
return f"[Click here to download the file](https://organizedprogrammers-test-file-editing.hf.space/file={tmp})"
|
10 |
|
|
|
5 |
def list_attributes_and_values():
|
6 |
attr = 'temp_files'
|
7 |
value = getattr(fi_output, attr)
|
8 |
+
print(value)
|
9 |
tmp = list(value)[-1]
|
10 |
return f"[Click here to download the file](https://organizedprogrammers-test-file-editing.hf.space/file={tmp})"
|
11 |
|