masterblaster22 commited on
Commit
5575a29
·
verified ·
1 Parent(s): 5645b6a

description update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 meshes.")
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")