miittnnss commited on
Commit
4b36d9a
·
1 Parent(s): e3e991d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- with gr.Blocks() as iface:
4
  gr.Markdown("""
5
  # 🖼️ GAN Hub 🤖
6
 
 
1
  import gradio as gr
2
 
3
+ with gr.Blocks(title="GAN Hub", theme="soft") as iface:
4
  gr.Markdown("""
5
  # 🖼️ GAN Hub 🤖
6