Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,6 +66,7 @@ tabbed_interface = gr.TabbedInterface(
|
|
| 66 |
)
|
| 67 |
|
| 68 |
with gr.Blocks() as demo:
|
|
|
|
| 69 |
gr.Markdown(
|
| 70 |
"<p align='center' style='font-size: 20px;'>MMS</p>"
|
| 71 |
)
|
|
@@ -74,15 +75,6 @@ with gr.Blocks() as demo:
|
|
| 74 |
)
|
| 75 |
|
| 76 |
tabbed_interface.render()
|
| 77 |
-
gr.HTML(
|
| 78 |
-
"""
|
| 79 |
-
<div class="footer" style="text-align:center">
|
| 80 |
-
<p>
|
| 81 |
-
Model by <a href="https://ai.facebook.com" style="text-decoration: underline;" target="_blank">Meta AI</a> - Gradio Demo by 🤗 Hugging Face
|
| 82 |
-
</p>
|
| 83 |
-
</div>
|
| 84 |
-
"""
|
| 85 |
-
)
|
| 86 |
|
| 87 |
if __name__ == "__main__":
|
| 88 |
demo.queue()
|
|
|
|
| 66 |
)
|
| 67 |
|
| 68 |
with gr.Blocks() as demo:
|
| 69 |
+
theme="Nymbo/Nymbo_Theme"
|
| 70 |
gr.Markdown(
|
| 71 |
"<p align='center' style='font-size: 20px;'>MMS</p>"
|
| 72 |
)
|
|
|
|
| 75 |
)
|
| 76 |
|
| 77 |
tabbed_interface.render()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
|
| 79 |
if __name__ == "__main__":
|
| 80 |
demo.queue()
|