Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -141,12 +141,15 @@ with gr.Blocks() as app:
|
|
141 |
with gr.Row():
|
142 |
fin=gr.Label(label="Final Probability")
|
143 |
with gr.Row():
|
144 |
-
with gr.
|
145 |
lab0 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[0]}'>{models[0]}</a></b>""")
|
146 |
-
|
|
|
147 |
lab1 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[1]}'>{models[1]}</a></b>""")
|
148 |
-
|
|
|
149 |
lab2 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[2]}'>{models[2]}</a></b>""")
|
|
|
150 |
|
151 |
with gr.Row():
|
152 |
with gr.Box():
|
|
|
141 |
with gr.Row():
|
142 |
fin=gr.Label(label="Final Probability")
|
143 |
with gr.Row():
|
144 |
+
with gr.Box():
|
145 |
lab0 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[0]}'>{models[0]}</a></b>""")
|
146 |
+
nun0 = gr.HTML("""""")
|
147 |
+
with gr.Box():
|
148 |
lab1 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[1]}'>{models[1]}</a></b>""")
|
149 |
+
nun1 = gr.HTML("""""")
|
150 |
+
with gr.Box():
|
151 |
lab2 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[2]}'>{models[2]}</a></b>""")
|
152 |
+
nun2 = gr.HTML("""""")
|
153 |
|
154 |
with gr.Row():
|
155 |
with gr.Box():
|