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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def create():
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="What is your name?")
81
  out = gr.Image(type='filepath')
82
  gr.FileExplorer(root="/data", label="Persistent storage")
83
  with gr.Row(equal_height=False):
 
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')
82
  gr.FileExplorer(root="/data", label="Persistent storage")
83
  with gr.Row(equal_height=False):