seyf1elislam commited on
Commit
47e6edd
1 Parent(s): 0a492a0

upload changes

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -111,5 +111,7 @@ demo = gr.ChatInterface(
111
  stop_btn="Stop Generation",
112
  title="Chat With Phi-3-Small-8k-7b-Instruct",
113
  description="[microsoft/Phi-3-small-8k-instruct](https://huggingface.co/microsoft/Phi-3-small-8k-instruct)",
 
 
114
  )
115
  demo.launch()
 
111
  stop_btn="Stop Generation",
112
  title="Chat With Phi-3-Small-8k-7b-Instruct",
113
  description="[microsoft/Phi-3-small-8k-instruct](https://huggingface.co/microsoft/Phi-3-small-8k-instruct)",
114
+ css="footer {visibility: hidden}",
115
+     theme="NoCrypt/miku@1.2.1",
116
  )
117
  demo.launch()