Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'
|