Spaces:
Running
Running
title: DPMInteractive | |
emoji: π | |
colorFrom: red | |
colorTo: gray | |
sdk: gradio | |
sdk_version: 4.12.0 | |
app_file: App.py | |
pinned: false | |
license: apache-2.0 | |
<center> | |
<h1 style="display:block"> | |
Understanding Diffusion Probability Model<span style='color: orange'> Interactively </span> | |
</h1> | |
</center> | |
</br> </br> </br> | |
This is a Web App which provides a special introduction about the Diffusion Probability Model with interactive demos. | |
### How to run | |
<ol> | |
<li> Open <a href="https://huggingface.co./spaces/blairzheng/DPMInteractive">HuggingFace space</a> in browser directly. </li> | |
<li> Running locally, recommended. | |
<ul> | |
<li> git clone https://github.com/blairstar/The_Art_of_DPM.git </li> | |
<li> cd DPMInteractive & pip install -r requirements.txt </li> | |
<li> python App.py </li> | |
</ul> | |
</li> | |
</ol> | |