subham2507 commited on
Commit
ace2f6a
·
verified ·
1 Parent(s): aa6e2ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -46,7 +46,16 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
46
  demo = gr.ChatInterface(
47
  respond,
48
  additional_inputs=[
49
- gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
 
 
 
 
 
 
 
 
 
50
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
51
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
52
  gr.Slider(
 
46
  demo = gr.ChatInterface(
47
  respond,
48
  additional_inputs=[
49
+ gr.Textbox(value=" your smart assistant for Additive Manufacturing!
50
+ I'm here to help you with all your queries about 3D printing, whether you're a beginner exploring the basics or an expert diving into advanced techniques.
51
+
52
+ Here’s how I can assist you:
53
+
54
+ Explain key concepts like FDM, SLA, SLS, or DMLS.
55
+ Guide you on materials like PLA, ABS, resins, or metal powders.
56
+ Help troubleshoot common issues like warping, layer shifting, or nozzle clogs.
57
+ Share best practices for optimizing print quality and reducing waste.
58
+ Discuss innovations, trends, and applications in additive manufacturing.", label="System message"),
59
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
60
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
61
  gr.Slider(