Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -730,7 +730,8 @@ if __name__ == "__main__":
|
|
730 |
title="Seed Voice Conversion",
|
731 |
examples=examples,
|
732 |
cache_examples=False,
|
733 |
-
).launch()
|
|
|
734 |
|
735 |
# ギャラリーの画像と対応するMP3ファイル
|
736 |
gallery_data = [
|
|
|
730 |
title="Seed Voice Conversion",
|
731 |
examples=examples,
|
732 |
cache_examples=False,
|
733 |
+
).launch()
|
734 |
+
import gradio as gr
|
735 |
|
736 |
# ギャラリーの画像と対応するMP3ファイル
|
737 |
gallery_data = [
|