Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ilovecutiee
/
GAN-hub
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
miittnnss
commited on
Dec 6, 2023
Commit
4b36d9a
·
1 Parent(s):
e3e991d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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