Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
hg_app.py
CHANGED
|
@@ -334,7 +334,7 @@ def build_app():
|
|
| 334 |
label="Text Prompts", examples_per_page=18)
|
| 335 |
|
| 336 |
if not HAS_TEXTUREGEN:
|
| 337 |
-
gr.HTML("""
|
| 338 |
<div style="margin-top: 20px;">
|
| 339 |
<b>Warning: </b>
|
| 340 |
Texture synthesis is disable due to missing requirements,
|
|
|
|
| 334 |
label="Text Prompts", examples_per_page=18)
|
| 335 |
|
| 336 |
if not HAS_TEXTUREGEN:
|
| 337 |
+
gr.HTML("""
|
| 338 |
<div style="margin-top: 20px;">
|
| 339 |
<b>Warning: </b>
|
| 340 |
Texture synthesis is disable due to missing requirements,
|