Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from gradio_client import Client, handle_file
|
3 |
|
4 |
#captioning_space = Client("gokaygokay/SD3-Long-Captioner")
|
5 |
-
llm_space = Client("hysts/zephyr-7b")
|
6 |
|
7 |
SYSTEM_PROMPT = """
|
8 |
You are helpful assistant that gives the best compliments to people.
|
|
|
2 |
from gradio_client import Client, handle_file
|
3 |
|
4 |
#captioning_space = Client("gokaygokay/SD3-Long-Captioner")
|
5 |
+
#llm_space = Client("hysts/zephyr-7b")
|
6 |
|
7 |
SYSTEM_PROMPT = """
|
8 |
You are helpful assistant that gives the best compliments to people.
|