Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,8 +74,7 @@ def create():
|
|
74 |
return temp_file.name, temp_directory_file_list
|
75 |
|
76 |
|
77 |
-
with gr.Blocks(delete_cache=(5,10),
|
78 |
-
theme=gr.themes.Base(radius_size="none")) as demo:
|
79 |
with gr.Row():
|
80 |
inp = gr.Textbox(placeholder="Temporary files at location specified with GRADIO_TEMP_DIR ")
|
81 |
out = gr.Image(type='filepath')
|
|
|
74 |
return temp_file.name, temp_directory_file_list
|
75 |
|
76 |
|
77 |
+
with gr.Blocks(delete_cache=(5,10),) as demo:
|
|
|
78 |
with gr.Row():
|
79 |
inp = gr.Textbox(placeholder="Temporary files at location specified with GRADIO_TEMP_DIR ")
|
80 |
out = gr.Image(type='filepath')
|