sudhakar272 commited on
Commit
e624c28
·
verified ·
1 Parent(s): e6b8ba8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import torch
2
  import gradio as gr
3
- from smollm_training import SmolLMConfig, tokenizer, SmolLM
4
 
5
 
6
  # Load the model
 
1
  import torch
2
  import gradio as gr
3
+ from sm_model_train import SmolLMConfig, tokenizer, SmolLM
4
 
5
 
6
  # Load the model