Spaces:
Running
Running
Commit ·
e1600b8
1
Parent(s): 5adbf32
login fix
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -125,7 +125,7 @@ def create_ui():
|
|
| 125 |
fetch_btn = gr.Button("Fetch and Validate", variant="primary")
|
| 126 |
|
| 127 |
# Change initial message to match upload tab
|
| 128 |
-
upload_progress = gr.HTML(
|
| 129 |
"""<div class="progress-status">Ready for upload</div>""",
|
| 130 |
visible=True)
|
| 131 |
|
|
|
|
| 125 |
fetch_btn = gr.Button("Fetch and Validate", variant="primary")
|
| 126 |
|
| 127 |
# Change initial message to match upload tab
|
| 128 |
+
upload_progress = gr.HTML(
|
| 129 |
"""<div class="progress-status">Ready for upload</div>""",
|
| 130 |
visible=True)
|
| 131 |
|
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
mlcroissant>=1.0.17
|
| 2 |
pydantic>=2.10.6
|
| 3 |
-
gradio[oauth]>=
|
| 4 |
func_timeout
|
| 5 |
requests
|
| 6 |
huggingface-hub>=0.30.1
|
|
|
|
| 1 |
mlcroissant>=1.0.17
|
| 2 |
pydantic>=2.10.6
|
| 3 |
+
gradio[oauth]>=5.43.1
|
| 4 |
func_timeout
|
| 5 |
requests
|
| 6 |
huggingface-hub>=0.30.1
|