Spaces:
Runtime error
Runtime error
added a clarification to the description
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ if __name__=="__main__":
|
|
69 |
detectron = gr.Interface.load("spaces/akhaliq/Detectron2")
|
70 |
|
71 |
title = "Multipurpose AI"
|
72 |
-
description = "With this demo you can do image style transfer, story generation and object detection using a single text box. Use the examples provided below to get started."
|
73 |
article = "[Bigscience T0pp](https://huggingface.co/bigscience/T0pp) | [story generator](https://huggingface.co/pranavpsv/genre-story-generator-v2) | [style transfer](https://huggingface.co/spaces/luca-martial/neural-style-transfer) | [object detection](https://huggingface.co/spaces/akhaliq/Detectron2)"
|
74 |
examples = [["Find an image of taj mahal and transfer the style of starry night to it"],
|
75 |
["Find an image of a football match and detect the objects in that image"],
|
|
|
69 |
detectron = gr.Interface.load("spaces/akhaliq/Detectron2")
|
70 |
|
71 |
title = "Multipurpose AI"
|
72 |
+
description = "With this demo you can do image style transfer, story generation and object detection(as of now, detects all the possible objects in the image) using a single text box. Use the examples provided below to get started."
|
73 |
article = "[Bigscience T0pp](https://huggingface.co/bigscience/T0pp) | [story generator](https://huggingface.co/pranavpsv/genre-story-generator-v2) | [style transfer](https://huggingface.co/spaces/luca-martial/neural-style-transfer) | [object detection](https://huggingface.co/spaces/akhaliq/Detectron2)"
|
74 |
examples = [["Find an image of taj mahal and transfer the style of starry night to it"],
|
75 |
["Find an image of a football match and detect the objects in that image"],
|