Spaces:
Runtime error
Runtime error
text
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ def post_process_mesh_outputs(mesh_outputs):
|
|
197 |
html_frame = prepare_html_frame(html_content)
|
198 |
|
199 |
# filename = f"{time.time()}.html"
|
200 |
-
filename = f"
|
201 |
html_filepath = os.path.join(gradio_cached_dir, filename)
|
202 |
with open(html_filepath, "w") as writer:
|
203 |
writer.write(html_frame)
|
@@ -330,6 +330,7 @@ with gr.Blocks() as app:
|
|
330 |
gr.Markdown("3. We provide some examples for you to try. You can also upload images or text as input.")
|
331 |
gr.Markdown("4. To make it convenient to take favor results home, we provide download buttons for each OBJ file and a combined HTML file.")
|
332 |
gr.Markdown("5. Welcome to share suggestions or amazing results with us, and thanks for your interest in our work!")
|
|
|
333 |
|
334 |
with gr.Row():
|
335 |
with gr.Column():
|
|
|
197 |
html_frame = prepare_html_frame(html_content)
|
198 |
|
199 |
# filename = f"{time.time()}.html"
|
200 |
+
filename = f"four-in-one-{time.time()}.html"
|
201 |
html_filepath = os.path.join(gradio_cached_dir, filename)
|
202 |
with open(html_filepath, "w") as writer:
|
203 |
writer.write(html_frame)
|
|
|
330 |
gr.Markdown("3. We provide some examples for you to try. You can also upload images or text as input.")
|
331 |
gr.Markdown("4. To make it convenient to take favor results home, we provide download buttons for each OBJ file and a combined HTML file.")
|
332 |
gr.Markdown("5. Welcome to share suggestions or amazing results with us, and thanks for your interest in our work!")
|
333 |
+
gr.Markdown("6. Please note that the model may require some time to download the weights and set up during the first launch; we are working to fix this issue.")
|
334 |
|
335 |
with gr.Row():
|
336 |
with gr.Column():
|