hanzla commited on
Commit
38d9c0f
·
verified ·
1 Parent(s): 9ec1536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -95,10 +95,9 @@ def stream_chat(
95
 
96
  print(f'response: {buffer}')
97
 
98
- with gr.Blocks(theme="NoCrypt/miku") as demo:
99
  gr.HTML(TITLE)
100
  gr.HTML(SUB_TITLE)
101
- gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
102
 
103
  chat_interface = gr.ChatInterface(
104
  fn=stream_chat,
 
95
 
96
  print(f'response: {buffer}')
97
 
98
+ with gr.Blocks(theme="JohnSmith9982/small_and_pretty") as demo:
99
  gr.HTML(TITLE)
100
  gr.HTML(SUB_TITLE)
 
101
 
102
  chat_interface = gr.ChatInterface(
103
  fn=stream_chat,