Spaces:
Sleeping
Sleeping
mriusero
commited on
Commit
·
b0a5efe
1
Parent(s):
b117476
core: desc
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ sdk_version: 5.33.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
-
short_description:
|
12 |
---
|
13 |
|
14 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
+
short_description: AI for efficiency in Industries & Services (WIP)
|
12 |
---
|
13 |
|
14 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
app.py
CHANGED
@@ -16,7 +16,7 @@ with gr.Blocks(theme=custom_theme) as demo:
|
|
16 |
|
17 |
# CHAT_INTERFACE
|
18 |
gr.Markdown("# AI Industrial Efficiency Helper ⚡️")
|
19 |
-
gr.Markdown("### *
|
20 |
gr.Markdown(
|
21 |
"""
|
22 |
This demo showcases the capabilities of IndustryMind AI.
|
|
|
16 |
|
17 |
# CHAT_INTERFACE
|
18 |
gr.Markdown("# AI Industrial Efficiency Helper ⚡️")
|
19 |
+
gr.Markdown("### *AI for efficiency in Industries & Services*")
|
20 |
gr.Markdown(
|
21 |
"""
|
22 |
This demo showcases the capabilities of IndustryMind AI.
|