c1ndy23 commited on
Commit
28b4ef7
1 Parent(s): 1cfbbdd

Update app.py

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