From 00d4f01af4a43ce36bf0d40cd990ed2ce0c64c48 Mon Sep 17 00:00:00 2001 From: Ahsen Khaliq <81195143+AK391@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:12:39 -0500 Subject: [PATCH] add gradio demo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 645bd96..07f028e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ This is the official code and model release for [Point-E: A System for Generating 3D Point Clouds from Complex Prompts](https://arxiv.org/abs/2212.08751). +# Web Demo + +Integrated into [Huggingface Spaces 🤗](https://huggingface.co/spaces) using [Gradio](https://github.com/gradio-app/gradio). Try out the Web Demo: [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/openai/point-e) + + # Usage Install with `pip install -e .`.