Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ HTML_TEMPLATE = """
|
|
79 |
<p>Model: Phi-2 (https://huggingface.co/microsoft/phi-2), Dataset: oasst1 (https://huggingface.co/datasets/OpenAssistant/oasst1) </p>
|
80 |
"""
|
81 |
|
82 |
-
with gr.Blocks(theme=gr.themes.Glass(),css=".gradio-container {background: url('https://github.com/
|
83 |
gr.HTML(value=HTML_TEMPLATE, show_label=False)
|
84 |
|
85 |
gr.Markdown("")
|
|
|
79 |
<p>Model: Phi-2 (https://huggingface.co/microsoft/phi-2), Dataset: oasst1 (https://huggingface.co/datasets/OpenAssistant/oasst1) </p>
|
80 |
"""
|
81 |
|
82 |
+
with gr.Blocks(theme=gr.themes.Glass(),css=".gradio-container {background: url('https://github.com/nkanungo/S27/blob/main/bg.jpg?raw=true')}") as interface:
|
83 |
gr.HTML(value=HTML_TEMPLATE, show_label=False)
|
84 |
|
85 |
gr.Markdown("")
|