mashe commited on
Commit
0799222
·
verified ·
1 Parent(s): b7f80b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
 
4
  # Initialize the StarCoder model
5
  # Replace 'models/bigcode/starcoder' with the actual model path if different
6
  code_generator = pipeline('text-generation', model='google/codegemma-2b')
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+
5
  # Initialize the StarCoder model
6
  # Replace 'models/bigcode/starcoder' with the actual model path if different
7
  code_generator = pipeline('text-generation', model='google/codegemma-2b')