Thiwanka01 commited on
Commit
4eaa33e
1 Parent(s): f762c6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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="AI_driven_consumer_device_ecosystem2",
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
+