Spaces:
Sleeping
Sleeping
Commit
·
53d6a6f
1
Parent(s):
18934d7
commneted out uploading text
Browse files- app.py +1 -1
- requirements.txt +2 -2
app.py
CHANGED
@@ -328,7 +328,7 @@ tbody.svelte-18wv37q>tr.svelte-18wv37q:nth-child(odd) {
|
|
328 |
color: white;
|
329 |
""") as demo:
|
330 |
gr.Markdown("<h1 id='title'>ASTRA</h1>", elem_id="title")
|
331 |
-
gr.Markdown("<p class='description'>Upload a .txt file and select a model from the dropdown menu.</p>")
|
332 |
|
333 |
with gr.Row():
|
334 |
# file_input = gr.File(label="Upload a test file", file_types=['.txt'], elem_classes="file-box")
|
|
|
328 |
color: white;
|
329 |
""") as demo:
|
330 |
gr.Markdown("<h1 id='title'>ASTRA</h1>", elem_id="title")
|
331 |
+
# gr.Markdown("<p class='description'>Upload a .txt file and select a model from the dropdown menu.</p>")
|
332 |
|
333 |
with gr.Row():
|
334 |
# file_input = gr.File(label="Upload a test file", file_types=['.txt'], elem_classes="file-box")
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b82f513064df3e8b4660ca07c89d1c7f6a92dd0e1e7413ca4a7b124c5ffde656
|
3 |
+
size 3323
|