rodrigomasini commited on
Commit
20edf29
1 Parent(s): 7fb1c27

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +2 -1
app/main.py CHANGED
@@ -22,7 +22,8 @@ def main(args):
22
  "1. Duplicate this space. \n"
23
  "2. Set which LLM you wish to use (i.e. mistralai/Mistral-7B-Instruct-v0.2). \n"
24
  "3. Inside app/main.py write Gradio application. \n",
25
- multimodal=False
 
26
  )
27
 
28
  demo.queue(
 
22
  "1. Duplicate this space. \n"
23
  "2. Set which LLM you wish to use (i.e. mistralai/Mistral-7B-Instruct-v0.2). \n"
24
  "3. Inside app/main.py write Gradio application. \n",
25
+ multimodal=False,
26
+ theme='sudeepshouche/minimalist',
27
  )
28
 
29
  demo.queue(