Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,9 +68,6 @@ aa = gr.Interface(
|
|
| 68 |
["Jill"],
|
| 69 |
["Sam"]
|
| 70 |
],
|
| 71 |
-
title="REST API with Gradio and Huggingface Spaces",
|
| 72 |
-
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.",
|
| 73 |
-
article="© Tom Söderlund 2022"
|
| 74 |
)
|
| 75 |
aa.launch()
|
| 76 |
|
|
@@ -82,9 +79,6 @@ bb = gr.Interface(
|
|
| 82 |
["Jill"],
|
| 83 |
["Sam"]
|
| 84 |
],
|
| 85 |
-
title="REST API with Gradio and Huggingface Spaces",
|
| 86 |
-
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.",
|
| 87 |
-
article="© Tom Söderlund 2022"
|
| 88 |
)
|
| 89 |
bb.launch()
|
| 90 |
|
|
@@ -96,8 +90,5 @@ cc = gr.Interface(
|
|
| 96 |
["Jill"],
|
| 97 |
["Sam"]
|
| 98 |
],
|
| 99 |
-
title="REST API with Gradio and Huggingface Spaces",
|
| 100 |
-
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.",
|
| 101 |
-
article="© Tom Söderlund 2022"
|
| 102 |
)
|
| 103 |
cc.launch()
|
|
|
|
| 68 |
["Jill"],
|
| 69 |
["Sam"]
|
| 70 |
],
|
|
|
|
|
|
|
|
|
|
| 71 |
)
|
| 72 |
aa.launch()
|
| 73 |
|
|
|
|
| 79 |
["Jill"],
|
| 80 |
["Sam"]
|
| 81 |
],
|
|
|
|
|
|
|
|
|
|
| 82 |
)
|
| 83 |
bb.launch()
|
| 84 |
|
|
|
|
| 90 |
["Jill"],
|
| 91 |
["Sam"]
|
| 92 |
],
|
|
|
|
|
|
|
|
|
|
| 93 |
)
|
| 94 |
cc.launch()
|