justyoung commited on
Commit
b1e4dd9
1 Parent(s): 2373905

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def export_model_to_hf(hftoken, experiment_name, manual_epoch_number, logs_path,
54
  return "Couldn't find your model files. Check the found file results above. (Did you run Index Training?)"
55
 
56
  with gr.Blocks() as demo:
57
- gr.Markdown("<small>Export Finished Model to HuggingFace<br>[click this to get HF token](https://huggingface.co/settings/tokens)</small>")
58
 
59
  hftoken = gr.Textbox(label="HuggingFace Token (set Role to 'write')", type="password")
60
  experiment_name = gr.Textbox(label="Experiment Name", value="rewrite")
 
54
  return "Couldn't find your model files. Check the found file results above. (Did you run Index Training?)"
55
 
56
  with gr.Blocks() as demo:
57
+ gr.Markdown("# Export Finished Model to HuggingFace test<br>[click this to get HF token](https://huggingface.co/settings/tokens)</small>")
58
 
59
  hftoken = gr.Textbox(label="HuggingFace Token (set Role to 'write')", type="password")
60
  experiment_name = gr.Textbox(label="Experiment Name", value="rewrite")