Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
from huggingface_hub import login
|
| 4 |
-
|
| 5 |
-
# Import modules
|
| 6 |
from modules.ui_components import CSS, create_header, create_results_section, create_action_buttons
|
| 7 |
from configs.dataset_config import (create_dataset_section, create_mmlu_config_section,
|
| 8 |
load_dataset_preview, update_interface_based_on_dataset,
|
|
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
from huggingface_hub import login
|
|
|
|
|
|
|
| 4 |
from modules.ui_components import CSS, create_header, create_results_section, create_action_buttons
|
| 5 |
from configs.dataset_config import (create_dataset_section, create_mmlu_config_section,
|
| 6 |
load_dataset_preview, update_interface_based_on_dataset,
|