ysharma HF Staff commited on
Commit
8120c3f
·
verified ·
1 Parent(s): 8aaa394

Update app.py

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