Spaces:
Runtime error
Runtime error
Thiwanka01
commited on
Commit
•
4eaa33e
1
Parent(s):
f762c6e
Update app.py
Browse files
app.py
CHANGED
@@ -45,9 +45,10 @@ interface = gr.Interface(
|
|
45 |
gr.Textbox(label="Text Command") # Text input
|
46 |
],
|
47 |
outputs="text", # Output the text response (device control command)
|
48 |
-
title="
|
49 |
description="Use voice or text commands to interact with smart devices in your ecosystem."
|
50 |
)
|
51 |
|
52 |
# Launch the interface
|
53 |
interface.launch()
|
|
|
|
45 |
gr.Textbox(label="Text Command") # Text input
|
46 |
],
|
47 |
outputs="text", # Output the text response (device control command)
|
48 |
+
title="AI-Driven Consumer Device Ecosystem",
|
49 |
description="Use voice or text commands to interact with smart devices in your ecosystem."
|
50 |
)
|
51 |
|
52 |
# Launch the interface
|
53 |
interface.launch()
|
54 |
+
|