merve HF staff commited on
Commit
d0c1274
1 Parent(s): 16cb44b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -117,8 +117,8 @@ with gr.Blocks() as demo:
117
  description = gr.Markdown("This app trains a model and pushes it to your Hugging Face Hub Profile.")
118
  dataset = gr.File(label = "CSV Dataset")
119
  column = gr.Text(label = "Enter target variable:")
120
- pushing_desc = gr.Markdown("This app needs your Hugging Face Hub token.")
121
- token = gr.Textbox(label = "Your Hugging Face [Token](https://huggingface.co/settings/tokens)")
122
  inference_run = gr.Button("Train")
123
  inference_progress = gr.StatusTracker(cover_container=True)
124
 
117
  description = gr.Markdown("This app trains a model and pushes it to your Hugging Face Hub Profile.")
118
  dataset = gr.File(label = "CSV Dataset")
119
  column = gr.Text(label = "Enter target variable:")
120
+ pushing_desc = gr.Markdown("This app needs your Hugging Face Hub token. You can find your token [here](https://huggingface.co/settings/tokens)")
121
+ token = gr.Textbox(label = "Your Hugging Face Token")
122
  inference_run = gr.Button("Train")
123
  inference_progress = gr.StatusTracker(cover_container=True)
124