fantos commited on
Commit
7d7f873
1 Parent(s): 964861c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -3
app.py CHANGED
@@ -76,9 +76,15 @@ examples = [
76
 
77
  # Gradio Interface
78
 
79
- with gr.Blocks(css=CSS, theme="xiaobaiyuan/theme_brief") as demo:
80
- gr.HTML("<h1><center>AWPortrait-FL</center></h1>")
81
- gr.HTML("<p><center><a href='https://huggingface.co/Shakker-Labs/AWPortrait-FL'>Shakker-Labs/AWPortrait-FL</a></center></p>")
 
 
 
 
 
 
82
  with gr.Group():
83
  with gr.Row():
84
  prompt = gr.Textbox(label='Enter Your Prompt(multilingual)', scale=6)
 
76
 
77
  # Gradio Interface
78
 
79
+ css = """
80
+ footer {
81
+ visibility: hidden;
82
+ }
83
+ """
84
+
85
+
86
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
87
+
88
  with gr.Group():
89
  with gr.Row():
90
  prompt = gr.Textbox(label='Enter Your Prompt(multilingual)', scale=6)