Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -4981,7 +4981,6 @@ def create_gradio_app(app: InstructParticulateApp) -> gr.Blocks:
|
|
| 4981 |
global _ACTIVE_APP
|
| 4982 |
_ACTIVE_APP = app
|
| 4983 |
with gr.Blocks(title="Instruct Particulate Demo") as demo:
|
| 4984 |
-
best_practice_banner()
|
| 4985 |
gr.HTML(
|
| 4986 |
f"""
|
| 4987 |
<style>
|
|
@@ -5006,6 +5005,7 @@ def create_gradio_app(app: InstructParticulateApp) -> gr.Blocks:
|
|
| 5006 |
</div>
|
| 5007 |
"""
|
| 5008 |
)
|
|
|
|
| 5009 |
mesh_face_warning = gr.HTML(
|
| 5010 |
value="",
|
| 5011 |
visible=True,
|
|
|
|
| 4981 |
global _ACTIVE_APP
|
| 4982 |
_ACTIVE_APP = app
|
| 4983 |
with gr.Blocks(title="Instruct Particulate Demo") as demo:
|
|
|
|
| 4984 |
gr.HTML(
|
| 4985 |
f"""
|
| 4986 |
<style>
|
|
|
|
| 5005 |
</div>
|
| 5006 |
"""
|
| 5007 |
)
|
| 5008 |
+
best_practice_banner()
|
| 5009 |
mesh_face_warning = gr.HTML(
|
| 5010 |
value="",
|
| 5011 |
visible=True,
|