diazcalvi commited on
Commit
afdafbc
·
1 Parent(s): d6827af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -120,8 +120,8 @@ gradio_interface = gradio.Interface(
120
  ["What is the track width of the P30 (b11 mm)?"],
121
  ["What is the acceleration of the P30 (km/h)?"]
122
  ],
123
- title="REST API with Gradio and Huggingface Spaces",
124
- description="This is a demo of how to build an AI powered REST API with Gradio and Huggingface Spaces for free! Based on [this article](https://www.tomsoderlund.com/ai/building-ai-powered-rest-api). See the **Use via API** link at the bottom of this page.",
125
- article="© Tom Söderlund 2022"
126
  )
127
  gradio_interface.launch()
 
120
  ["What is the track width of the P30 (b11 mm)?"],
121
  ["What is the acceleration of the P30 (km/h)?"]
122
  ],
123
+ title="KION-Linde AI",
124
+ description=""Enter a query about any KION/Linde products. The AI knows all the details, loads, sizes, manuals and procedures to support hundreds of parts and equipment. You can check out also our repository [here](https://www.linde-mh.com/en/About-us/Media/)",
125
+ article="© Carlos Diaz Calvi 2023"
126
  )
127
  gradio_interface.launch()