Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.load("models/google/gemma-7b",
|
|
|
4 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.load("models/google/gemma-7b",
|
4 |
+
title=" ",
|
5 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()
|