vericudebuget commited on
Commit
4d48541
·
verified ·
1 Parent(s): 19efcfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ additional_inputs = [
51
 
52
  # Apply the Soft theme
53
 
54
- with gr.Blocks(theme=gr.themes.Soft()) as demo
55
 
56
  gr.ChatInterface(
57
  fn=generate,
 
51
 
52
  # Apply the Soft theme
53
 
54
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
55
 
56
  gr.ChatInterface(
57
  fn=generate,