YchKhan commited on
Commit
f10f525
·
verified ·
1 Parent(s): aacd0d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -2,11 +2,9 @@ import zipfile
2
  import os
3
  import gradio as gr
4
 
5
- global value
6
  value = set()
7
 
8
  def list_attributes_and_values():
9
- global value
10
  attr = 'temp_files'
11
  new_value = getattr(fi_output, attr)
12
  print(f"value: {value}\nnew value: {new_value}")
 
2
  import os
3
  import gradio as gr
4
 
 
5
  value = set()
6
 
7
  def list_attributes_and_values():
 
8
  attr = 'temp_files'
9
  new_value = getattr(fi_output, attr)
10
  print(f"value: {value}\nnew value: {new_value}")