Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
•
c36d9e2
1
Parent(s):
7d0f89e
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def reload(chosenmodel1=None, chosenmodel2=None):
|
|
68 |
if chosenmodel1: out.append(f'This model was {chosenmodel1}')
|
69 |
if chosenmodel2: out.append(f'This model was {chosenmodel2}')
|
70 |
return out
|
71 |
-
with gr.Blocks(theme=theme) as demo:
|
72 |
# with gr.Blocks() as demo:
|
73 |
gr.Markdown(DESCR)
|
74 |
with gr.Row():
|
|
|
68 |
if chosenmodel1: out.append(f'This model was {chosenmodel1}')
|
69 |
if chosenmodel2: out.append(f'This model was {chosenmodel2}')
|
70 |
return out
|
71 |
+
with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
|
72 |
# with gr.Blocks() as demo:
|
73 |
gr.Markdown(DESCR)
|
74 |
with gr.Row():
|