Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ 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 |
|
|
|
|
| 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 |
|