nevreal commited on
Commit
4a57a54
1 Parent(s): cb4024a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def query_image(inputs):
18
  return image
19
 
20
  # Define Gradio Blocks UI
21
- with gr.Blocks() as demo:
22
  gr.Markdown("# Vintage Ads Image Generator")
23
  with gr.Row():
24
  gr.Markdown("model by [multimodalart](https://huggingface.co/multimodalart) this spces by [nevreal](https://huggingface.co/nevreal)")
 
18
  return image
19
 
20
  # Define Gradio Blocks UI
21
+ with gr.Blocks(theme="nevreal/blues") as demo:
22
  gr.Markdown("# Vintage Ads Image Generator")
23
  with gr.Row():
24
  gr.Markdown("model by [multimodalart](https://huggingface.co/multimodalart) this spces by [nevreal](https://huggingface.co/nevreal)")