GauravGosain commited on
Commit
8f2af79
·
verified ·
1 Parent(s): 65b1a57

Drop examples (incompatible with additional_inputs)

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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__":