akhaliq HF staff commited on
Commit
b1ec93b
1 Parent(s): a726748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ description = """<div>
4
+ <img src="https://i.imgur.com/FEA7N1p.png">
5
+ </div>
6
+ """
7
+
8
+ gr.Interface.load("models/nitrosocke/Ghibli-Diffusion", description=description).launch()