qiqiWav commited on
Commit
2612952
1 Parent(s): d5aff04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ iface = gr.Interface(
64
  ],
65
  outputs = gr.Markdown(
66
  label="output",
67
- value=" Please enter the model URL, select a quantization method, and provide your email address."
68
  ),
69
  allow_flagging="never"
70
  )
 
64
  ],
65
  outputs = gr.Markdown(
66
  label="output",
67
+ value="#### Please enter the model URL, select a quantization method, and provide your email address."
68
  ),
69
  allow_flagging="never"
70
  )