merethom commited on
Commit
fbe334f
·
verified ·
1 Parent(s): 5f8a07e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
  from huggingface_hub import InferenceClient
3
 
4
  """
@@ -57,10 +58,8 @@ demo = gr.ChatInterface(
57
  label="Top-p (nucleus sampling)",
58
  ),
59
  ],
 
60
  )
61
 
62
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
63
-
64
-
65
  if __name__ == "__main__":
66
  demo.launch()
 
1
  import gradio as gr
2
+ import gradio.themes import Interstellar
3
  from huggingface_hub import InferenceClient
4
 
5
  """
 
58
  label="Top-p (nucleus sampling)",
59
  ),
60
  ],
61
+ theme=Interstellar()
62
  )
63
 
 
 
 
64
  if __name__ == "__main__":
65
  demo.launch()