hysts HF staff commited on
Commit
8dccce7
·
1 Parent(s): e78dd15

Remove unnecessary )

Browse files
Files changed (1) hide show
  1. hg_app.py +1 -1
hg_app.py CHANGED
@@ -335,7 +335,7 @@ def build_app():
335
  label="Text Prompts", examples_per_page=18)
336
 
337
  if not HAS_TEXTUREGEN:
338
- gr.HTML(""")
339
  <div style="margin-top: 20px;">
340
  <b>Warning: </b>
341
  Texture synthesis is disable due to missing requirements,
 
335
  label="Text Prompts", examples_per_page=18)
336
 
337
  if not HAS_TEXTUREGEN:
338
+ gr.HTML("""
339
  <div style="margin-top: 20px;">
340
  <b>Warning: </b>
341
  Texture synthesis is disable due to missing requirements,