Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nagasurendra/AIVoice12
nagasurendra
/
AIVoice13
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nagasurendra
commited on
Jan 7, 2025
Commit
4f833eb
·
verified
·
1 Parent(s):
769aae3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -331,5 +331,7 @@ html_code = """
331
</script>
332
</body>
333
</html>
334
335
-
331
</script>
332
</body>
333
</html>
334
+
"""
335
336
+
if __name__ == "__main__":
337
+
app.run(host="0.0.0.0", port=7860)