odavis1 commited on
Commit
d2c20b3
·
verified ·
1 Parent(s): a24b371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
- themes=["Pick a Genre", "thriller", "fantasy", "romance", "sci-fi", "mystery", "fiction"]
5
 
6
  def reaction(text, theme):
7
  modelName= 'HuggingFaceH4/zephyr-7b-beta'
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ themes=["Pick a Genre", "thriller", "fantasy", "romance", "sci-fi", "mystery", "fiction", "Spanish"]
5
 
6
  def reaction(text, theme):
7
  modelName= 'HuggingFaceH4/zephyr-7b-beta'