Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ MAX_MODEL_NUM = 300
|
|
23 |
Yntec digplay
|
24 |
'''
|
25 |
|
26 |
-
hf_civital_image_info_dataset = load_dataset("svjack/
|
27 |
hf_civital_image_info_df = hf_civital_image_info_dataset["train"].to_pandas()
|
28 |
|
29 |
def gen_interface(model_name, max_times = 3):
|
|
|
23 |
Yntec digplay
|
24 |
'''
|
25 |
|
26 |
+
hf_civital_image_info_dataset = load_dataset("svjack/hf_civital_image_info_v0", token = API_TOKEN)
|
27 |
hf_civital_image_info_df = hf_civital_image_info_dataset["train"].to_pandas()
|
28 |
|
29 |
def gen_interface(model_name, max_times = 3):
|