Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,7 @@ def replace_hf_profile(base_model_id):
|
|
62 |
return f"{hf_profile}/{model_id}"
|
63 |
|
64 |
def process(action, base_model_id, dataset, system_prompt, user_prompt, schema):
|
|
|
65 |
if action == action_1:
|
66 |
result = fine_tune_model(base_model_id)
|
67 |
elif action == action_2:
|
|
|
62 |
return f"{hf_profile}/{model_id}"
|
63 |
|
64 |
def process(action, base_model_id, dataset, system_prompt, user_prompt, schema):
|
65 |
+
#raise gr.Error("Please clone and bring your own credentials.")
|
66 |
if action == action_1:
|
67 |
result = fine_tune_model(base_model_id)
|
68 |
elif action == action_2:
|