Nymbo commited on
Commit
409a8a4
·
verified ·
1 Parent(s): e7645c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/Nymbo_Theme_5") as app: # Define the Gradio app layout
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