File size: 830 Bytes
188c37a
66e25d1
188c37a
 
 
 
12f3253
 
188c37a
 
 
 
12f3253
 
 
 
 
 
 
 
 
53339de
12f3253
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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'>&nbsp;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>