velasgio commited on
Commit
c6e5fcf
1 Parent(s): b20ca05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  import gradio as gr
2
  from llama_cpp import Llama
3
  import datetime
@@ -85,7 +91,7 @@ with gr.Blocks(theme='Medguy/base2') as demo: #theme=gr.themes.Glass() #theme
85
  #TITLE SECTION
86
  with gr.Row(variant='compact'):
87
  with gr.Column(scale=3):
88
- gr.Image(value='https://github.com/fabiomatricardi/GradioStudies/raw/main/20231205/logo-banner-StableZephyr.jpg',
89
  show_label = False,
90
  show_download_button = False, container = False)
91
  with gr.Column(scale=10):
 
1
+ ##########################
2
+ ###########################
3
+ ### Inspired from ######
4
+ ### https://ai.plainenglish.io/run-any-quantized-model-online-for-free-on-hugging-face-a3b9424a441e
5
+ ############################
6
+
7
  import gradio as gr
8
  from llama_cpp import Llama
9
  import datetime
 
91
  #TITLE SECTION
92
  with gr.Row(variant='compact'):
93
  with gr.Column(scale=3):
94
+ gr.Image(value='https://github.com/fabiomatricardi/StableLM-Zephyr3B_Playground/raw/main/logo-banner-StableZephyr.jpg',
95
  show_label = False,
96
  show_download_button = False, container = False)
97
  with gr.Column(scale=10):