janasumit2911 commited on
Commit
179912f
·
verified ·
1 Parent(s): cef80a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ gradio_interface = gradio.Interface(
11
  ["Jill"],
12
  ["Sam"]
13
  ],
14
- title="REST API with Gradio and Huggingface Spaces",
15
  description="This is a demo of how to build an AI powered REST API with Gradio and Huggingface Spaces – for free! Based on [this article](https://www.tomsoderlund.com/ai/building-ai-powered-rest-api). See the **Use via API** link at the bottom of this page.",
16
  article="© Tom Söderlund 2022"
17
  )
 
11
  ["Jill"],
12
  ["Sam"]
13
  ],
14
+ title="Test Code from blog REST API with Gradio and Huggingface Spaces",
15
  description="This is a demo of how to build an AI powered REST API with Gradio and Huggingface Spaces – for free! Based on [this article](https://www.tomsoderlund.com/ai/building-ai-powered-rest-api). See the **Use via API** link at the bottom of this page.",
16
  article="© Tom Söderlund 2022"
17
  )