Sebastiankay commited on
Commit
e34b72b
·
verified ·
1 Parent(s): 68006b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ def get_inference_models():
292
 
293
 
294
  # MARK: Gradio BLOCKS UI css=custom_css
295
- with gr.Blocks(extra_css=custom_css, js=custom_js, head=custom_head, title=title, theme=theme) as demo:
296
  # ... (Your existing UI header markdown) ...
297
  with gr.Row(elem_classes="row-header"):
298
  gr.Markdown(
 
292
 
293
 
294
  # MARK: Gradio BLOCKS UI css=custom_css
295
+ with gr.Blocks(css=custom_css, js=custom_js, head=custom_head, title=title, theme=theme) as demo:
296
  # ... (Your existing UI header markdown) ...
297
  with gr.Row(elem_classes="row-header"):
298
  gr.Markdown(