Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wasmdashai
/
TagShare
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wasmdashai
commited on
Oct 3, 2024
Commit
ae880a1
·
verified
·
1 Parent(s):
d148bcd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
def greet(name):
4
return "Hello " + name + "!!"
1
import gradio as gr
2
+
from VitsModelSplit.vits_model import VitsModel
3
4
def greet(name):
5
return "Hello " + name + "!!"