Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tudeplom
/
vits-tts
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tudeplom
commited on
Feb 22, 2025
Commit
e429998
·
verified
·
1 Parent(s):
8156c3c
Update app.js
Browse files
Files changed (1)
hide
show
app.js
+3
-1
app.js
CHANGED
Viewed
@@ -41,4 +41,6 @@ function App() {
41
<button onClick={sendMessage}>Gửi</button>
42
</div>
43
);
44
-
}
41
<button onClick={sendMessage}>Gửi</button>
42
</div>
43
);
44
+
}
45
+
46
+
export default App;