Skip to content

Commit

Permalink
Merge pull request #10 from RamiroG8k/fix-gradio-broken-text-ui
Browse files Browse the repository at this point in the history
Fix gradio broken ui for warnings
  • Loading branch information
Zeqiang-Lai authored Jan 22, 2025
2 parents 562d3e7 + b69aff1 commit 944e5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradio_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def build_app():
label="Text Prompts", examples_per_page=18)

if not HAS_TEXTUREGEN:
gr.HTML(""")
gr.HTML("""
<div style="margin-top: 20px;">
<b>Warning: </b>
Texture synthesis is disable due to missing requirements,
Expand Down

0 comments on commit 944e5cc

Please sign in to comment.