sky3r commited on
Commit
a93135b
1 Parent(s): e1ba1d5

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load(
4
+ "huggingface/nvidia/mit-b0",
5
+ theme="default",
6
+ css=".footer{display:none !important}",
7
+ title=None).launch()