Amitabhab commited on
Commit
c94993c
1 Parent(s): 3c7a22c

Add reference to Sambanova Cloud

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ logger.setLevel(logging.INFO)
66
 
67
  demo = gr.Interface(
68
  title="Plan your itinerary with the help of AI",
69
- description="Use this app to create a detailed itinerary on how to explore a new place. Itinerary is customized to your taste.",
70
  fn=run,
71
  inputs=["text", "text", gr.Slider(value=30, minimum=15, maximum=90, step=5),
72
  gr.Slider(value=5, minimum=1, maximum=14, step=1),
 
66
 
67
  demo = gr.Interface(
68
  title="Plan your itinerary with the help of AI",
69
+ description="Use this app to create a detailed itinerary on how to explore a new place. Itinerary is customized to your taste. Powered by Sambanova Cloud.",
70
  fn=run,
71
  inputs=["text", "text", gr.Slider(value=30, minimum=15, maximum=90, step=5),
72
  gr.Slider(value=5, minimum=1, maximum=14, step=1),