Drop examples (incompatible with additional_inputs)
Browse files
app.py
CHANGED
|
@@ -94,10 +94,6 @@ demo = gr.ChatInterface(
|
|
| 94 |
"(QAT-trained, bf16) on ZeroGPU. Pass a persona as the system prompt to "
|
| 95 |
"voice a character. Callable as an API by the podcast backend."
|
| 96 |
),
|
| 97 |
-
examples=[
|
| 98 |
-
"Is a hot dog a sandwich? Defend your answer.",
|
| 99 |
-
"Pitch me your dream podcast episode in one breath.",
|
| 100 |
-
],
|
| 101 |
)
|
| 102 |
|
| 103 |
if __name__ == "__main__":
|
|
|
|
| 94 |
"(QAT-trained, bf16) on ZeroGPU. Pass a persona as the system prompt to "
|
| 95 |
"voice a character. Callable as an API by the podcast backend."
|
| 96 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
)
|
| 98 |
|
| 99 |
if __name__ == "__main__":
|