pikto commited on
Commit
7f29b0a
·
1 Parent(s): b98a349

Upload run.py

Browse files
Files changed (1) hide show
  1. run.py +6 -0
run.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ demo = gr.themes.builder
4
+
5
+ if __name__ == "__main__":
6
+ demo()