Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,20 +116,14 @@ EXAMPLE_QUERIES = [
|
|
| 116 |
{"text": "How is additive manufacturing being applied in aerospace?"},
|
| 117 |
{"text": "Tell me about innovations in metal 3D printing techniques."},
|
| 118 |
{"text": "What are some sustainable materials for 3D printing?"},
|
| 119 |
-
{
|
| 120 |
-
"text": "What are the biggest challenges with support structures in additive manufacturing?"
|
| 121 |
-
},
|
| 122 |
{"text": "How is 3D printing impacting the medical field?"},
|
| 123 |
-
{
|
| 124 |
-
"text": "What are some common applications of additive manufacturing in industry?"
|
| 125 |
-
},
|
| 126 |
{"text": "What are the benefits and limitations of using polymers in 3D printing?"},
|
| 127 |
{"text": "Tell me about the environmental impacts of additive manufacturing."},
|
| 128 |
{"text": "What are the primary limitations of current 3D printing technologies?"},
|
| 129 |
{"text": "How are researchers improving the speed of 3D printing processes?"},
|
| 130 |
-
{
|
| 131 |
-
"text": "What are the best practices for managing post-processing in additive manufacturing?"
|
| 132 |
-
},
|
| 133 |
]
|
| 134 |
|
| 135 |
# Run the Gradio Interface
|
|
|
|
| 116 |
{"text": "How is additive manufacturing being applied in aerospace?"},
|
| 117 |
{"text": "Tell me about innovations in metal 3D printing techniques."},
|
| 118 |
{"text": "What are some sustainable materials for 3D printing?"},
|
| 119 |
+
{"text": "What are the challenges with support structures in 3D printing?"},
|
|
|
|
|
|
|
| 120 |
{"text": "How is 3D printing impacting the medical field?"},
|
| 121 |
+
{"text": "What are common applications of additive manufacturing in industry?"},
|
|
|
|
|
|
|
| 122 |
{"text": "What are the benefits and limitations of using polymers in 3D printing?"},
|
| 123 |
{"text": "Tell me about the environmental impacts of additive manufacturing."},
|
| 124 |
{"text": "What are the primary limitations of current 3D printing technologies?"},
|
| 125 |
{"text": "How are researchers improving the speed of 3D printing processes?"},
|
| 126 |
+
{"text": "What are best practices for post-processing in additive manufacturing?"},
|
|
|
|
|
|
|
| 127 |
]
|
| 128 |
|
| 129 |
# Run the Gradio Interface
|