YchKhan commited on
Commit
620bfab
·
verified ·
1 Parent(s): 0957f86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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