Baskar2005 commited on
Commit
adb2058
·
verified ·
1 Parent(s): bb82fad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ class Model3d_generater:
81
  api_key=gr.Textbox(label="API key",placeholder="API key from meshy website")
82
 
83
  with gr.Row():
84
- prompt=gr.Textbox(label="Prompt")
85
 
86
  with gr.Row():
87
  output=gr.Model3D()
 
81
  api_key=gr.Textbox(label="API key",placeholder="API key from meshy website")
82
 
83
  with gr.Row():
84
+ prompt=gr.Textbox(label="Prompt",placeholder="Describe the 3d structure")
85
 
86
  with gr.Row():
87
  output=gr.Model3D()