Spaces:
Sleeping
Sleeping
description update
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ def generate_prediction(file_input, treshold_value=0.5):
|
|
| 111 |
|
| 112 |
def run_gradio():
|
| 113 |
with gr.Blocks() as demo:
|
| 114 |
-
gr.Label("Proof of concept demo. Predict UV seams on a 3D sphere
|
| 115 |
|
| 116 |
with gr.Row():
|
| 117 |
model3d_input = gr.File(label="Sphere Prototype Model", value="sphere.obj")
|
|
|
|
| 111 |
|
| 112 |
def run_gradio():
|
| 113 |
with gr.Blocks() as demo:
|
| 114 |
+
gr.Label("Proof of concept demo. Predict UV seams on a triangulated 3D sphere mesh.")
|
| 115 |
|
| 116 |
with gr.Row():
|
| 117 |
model3d_input = gr.File(label="Sphere Prototype Model", value="sphere.obj")
|