Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ print("google-generativeai:", genai.__version__)
|
|
10 |
|
11 |
GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
|
12 |
|
13 |
-
TITLE = """<h1 align="center">🕹️
|
14 |
-
SUBTITLE = """<h2 align="center">🎨
|
15 |
|
16 |
|
17 |
IMAGE_WIDTH = 512
|
@@ -88,7 +88,6 @@ bot_inputs = [google_key_component, image_prompt_component, temperature_componen
|
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.HTML(TITLE)
|
90 |
gr.HTML(SUBTITLE)
|
91 |
-
gr.HTML(DUPLICATE)
|
92 |
with gr.Column():
|
93 |
google_key_component.render()
|
94 |
with gr.Row():
|
|
|
10 |
|
11 |
GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
|
12 |
|
13 |
+
TITLE = """<h1 align="center">🕹️ Gemini Against Gender Based Discrimination🔥</h1>"""
|
14 |
+
SUBTITLE = """<h2 align="center">🎨Check the discrimination in communication</h2>"""
|
15 |
|
16 |
|
17 |
IMAGE_WIDTH = 512
|
|
|
88 |
with gr.Blocks() as demo:
|
89 |
gr.HTML(TITLE)
|
90 |
gr.HTML(SUBTITLE)
|
|
|
91 |
with gr.Column():
|
92 |
google_key_component.render()
|
93 |
with gr.Row():
|