Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Felix Marty
commited on
Commit
•
5bc03ad
1
Parent(s):
93aa084
add scale
Browse files
app.py
CHANGED
@@ -107,12 +107,12 @@ Note: in case the model to convert is larger than 2 GB, it will be saved in a su
|
|
107 |
"""
|
108 |
|
109 |
with gr.Blocks() as demo:
|
110 |
-
with gr.Column():
|
111 |
gr.HTML(TTILE_IMAGE)
|
112 |
gr.HTML(TITLE)
|
113 |
gr.Markdown(DESCRIPTION)
|
114 |
|
115 |
-
with gr.Column():
|
116 |
input_token = gr.Textbox(max_lines=1, label="Hugging Face token")
|
117 |
input_model = gr.Textbox(
|
118 |
max_lines=1,
|
|
|
107 |
"""
|
108 |
|
109 |
with gr.Blocks() as demo:
|
110 |
+
with gr.Column(scale=50):
|
111 |
gr.HTML(TTILE_IMAGE)
|
112 |
gr.HTML(TITLE)
|
113 |
gr.Markdown(DESCRIPTION)
|
114 |
|
115 |
+
with gr.Column(scale=50):
|
116 |
input_token = gr.Textbox(max_lines=1, label="Hugging Face token")
|
117 |
input_model = gr.Textbox(
|
118 |
max_lines=1,
|