Spaces:
Running on Zero
Running on Zero
[Admin maintenance] Migrate grant to ZeroGPU
Browse fileshttps://www.gradio.app/guides/gradio-6-migration-guide
app.py
CHANGED
|
@@ -172,4 +172,4 @@ if __name__ == '__main__':
|
|
| 172 |
"- [https://huggingface.co/spaces/skytnt/moe-tts](https://huggingface.co/spaces/skytnt/moe-tts)"
|
| 173 |
|
| 174 |
)
|
| 175 |
-
app.queue().launch(
|
|
|
|
| 172 |
"- [https://huggingface.co/spaces/skytnt/moe-tts](https://huggingface.co/spaces/skytnt/moe-tts)"
|
| 173 |
|
| 174 |
)
|
| 175 |
+
app.queue().launch(footer_links=["gradio", "settings"])
|