Update app.py
Browse files
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}")
|