Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
70 |
#If you could successfully trick the AI into guessing the wrong gender, you get the score.
|
71 |
|
72 |
)
|
73 |
-
with gr.Column(scale=1):
|
74 |
-
|
75 |
|
76 |
|
77 |
with gr.Tab("Like or Dislike"):
|
@@ -100,13 +100,13 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
100 |
'''
|
101 |
)
|
102 |
with gr.Column(scale=1):
|
103 |
-
gr.Image('icon_robot.png',
|
104 |
with gr.Column(scale=4):
|
105 |
tot_scores_1 = gr.Markdown(
|
106 |
''' ### <p style="text-align: center;"> Machine   ''' + str(int(0)) + '''   VS   ''' + str(int(0)) + '''   Human </p>'''
|
107 |
)
|
108 |
with gr.Column(scale=1):
|
109 |
-
gr.Image('icon_user.png',
|
110 |
|
111 |
gr.Markdown(
|
112 |
''' ## Like or Dislike
|
|
|
70 |
#If you could successfully trick the AI into guessing the wrong gender, you get the score.
|
71 |
|
72 |
)
|
73 |
+
# with gr.Column(scale=1):
|
74 |
+
# logo = gr.Image('logo.png', height=230, width=600, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
|
75 |
|
76 |
|
77 |
with gr.Tab("Like or Dislike"):
|
|
|
100 |
'''
|
101 |
)
|
102 |
with gr.Column(scale=1):
|
103 |
+
gr.Image('icon_robot.png', min_width=5, show_label=False, show_share_button=False, interactive=False, container=False)
|
104 |
with gr.Column(scale=4):
|
105 |
tot_scores_1 = gr.Markdown(
|
106 |
''' ### <p style="text-align: center;"> Machine   ''' + str(int(0)) + '''   VS   ''' + str(int(0)) + '''   Human </p>'''
|
107 |
)
|
108 |
with gr.Column(scale=1):
|
109 |
+
gr.Image('icon_user.png', min_width=5, show_label=False, show_share_button=False, interactive=False, container=False)
|
110 |
|
111 |
gr.Markdown(
|
112 |
''' ## Like or Dislike
|