Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
"google/gemma-2-2b-it",
|
5 |
src = "models",
|
6 |
inputs = [gr.Textbox(label = "Input")],
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.load(
|
4 |
"google/gemma-2-2b-it",
|
5 |
src = "models",
|
6 |
inputs = [gr.Textbox(label = "Input")],
|