nchen909 commited on
Commit
a1ad36b
·
verified ·
1 Parent(s): bf6f75c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -1,3 +1,7 @@
1
  import gradio as gr
2
- gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech"
3
- ).launch(inbrowser=True)
 
 
 
 
 
1
  import gradio as gr
2
+
3
+ app = gr.Interface.load(
4
+ "huggingface/google/vit-base-patch16-224")
5
+
6
+ #launch
7
+ app.launch()