wencheng256 commited on
Commit
3ff9377
·
verified ·
1 Parent(s): 58d1500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def infer_fn(prompt, mask_edited, raw_tensor_state, mask_tensor_state, cond_tens
69
  # ========== 5. Build Gradio App ==========
70
  def build_demo():
71
  with gr.Blocks() as demo:
72
- gr.Markdown("# DiffusionRAW")
73
 
74
  pth_options = ["./data1.pth", "./data2.pth", "./data3.pth"]
75
  pth_selector = gr.Dropdown(choices=pth_options, value=pth_options[0], label="Select a PTH file")
 
69
  # ========== 5. Build Gradio App ==========
70
  def build_demo():
71
  with gr.Blocks() as demo:
72
+ gr.Markdown("# DiffusionRAW: You can manually edit the mask.")
73
 
74
  pth_options = ["./data1.pth", "./data2.pth", "./data3.pth"]
75
  pth_selector = gr.Dropdown(choices=pth_options, value=pth_options[0], label="Select a PTH file")