MisterAI commited on
Commit
ab2cf86
·
verified ·
1 Parent(s): 579bcc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -19
app.py CHANGED
@@ -105,25 +105,6 @@ with gr.Blocks() as demo:
105
  )
106
 
107
  with gr.Tab("Fine-Tuning"):
108
- runtime error
109
- Exit code: 1. Reason: Traceback (most recent call last):
110
- File "/home/user/app/app.py", line 18, in <module>
111
- HfFolder.save_token(hf_token)
112
- NameError: name 'HfFolder' is not defined
113
-
114
- Container logs:
115
-
116
- ===== Application Startup at 2025-03-19 22:51:58 =====
117
-
118
- Traceback (most recent call last):
119
- File "/home/user/app/app.py", line 18, in <module>
120
- HfFolder.save_token(hf_token)
121
- NameError: name 'HfFolder' is not defined
122
- Traceback (most recent call last):
123
- File "/home/user/app/app.py", line 18, in <module>
124
- HfFolder.save_token(hf_token)
125
- NameError: name 'HfFolder' is not defined
126
-
127
 
128
  with gr.Row():
129
  dataset_path = gr.Textbox(label="Chemin du dataset", placeholder="https://huggingface.co/datasets/MisterAI/SimpleSmallFrenchQA")
 
105
  )
106
 
107
  with gr.Tab("Fine-Tuning"):
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
 
109
  with gr.Row():
110
  dataset_path = gr.Textbox(label="Chemin du dataset", placeholder="https://huggingface.co/datasets/MisterAI/SimpleSmallFrenchQA")