Spaces:
Sleeping
Sleeping
testing Nymbo_Theme_5... again... idk what to say at this point. gradio 5 is the bane of my existence
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_5") as app: # Define the Gradio app layout
|
115 |
gr.Markdown(
|
116 |
"""
|
117 |
# Image Format Converter
|