Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|