richardkimsm89 commited on
Commit
1ee14cb
·
verified ·
1 Parent(s): 8c61742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  app = gr.load(
4
- google/gemma-2-2b-it,
5
  src = "models",
6
  inputs = [gr.Textbox(label = "Input")],
7
  outputs = [gr.Textbox(label = "Output")],
 
1
  import gradio as gr
2
 
3
  app = gr.load(
4
+ "google/gemma-2-2b-it",
5
  src = "models",
6
  inputs = [gr.Textbox(label = "Input")],
7
  outputs = [gr.Textbox(label = "Output")],