Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ def run(server_name: str = "127.0.0.1", server_port: int = 7860):
|
|
| 111 |
None
|
| 112 |
"""
|
| 113 |
print("Starting the WebP Converter app on {}:{}".format(server_name, server_port))
|
| 114 |
-
with gr.Blocks(theme="Nymbo/
|
| 115 |
gr.Markdown(
|
| 116 |
"""
|
| 117 |
# Image Format Converter
|
|
|
|
| 111 |
None
|
| 112 |
"""
|
| 113 |
print("Starting the WebP Converter app on {}:{}".format(server_name, server_port))
|
| 114 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as app: # Define the Gradio app layout
|
| 115 |
gr.Markdown(
|
| 116 |
"""
|
| 117 |
# Image Format Converter
|