muhammadsalmanalfaridzi commited on
Commit
538e2e9
·
verified ·
1 Parent(s): 2558255

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ def doc_chat_with_tts(prompt, history, file_key, audio_file, translate, voice):
239
  return new_messages, audio_path
240
 
241
  # --- Membangun Antarmuka Gradio Sederhana (tanpa tab) ---
242
- with gr.Blocks(show_api=False, theme=themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate")) as demo:
243
 
244
  # Chat interface
245
  doc_chat_history = gr.Chatbot(label="Riwayat Chat", type="messages")
 
239
  return new_messages, audio_path
240
 
241
  # --- Membangun Antarmuka Gradio Sederhana (tanpa tab) ---
242
+ with gr.Blocks(theme=themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate")) as demo:
243
 
244
  # Chat interface
245
  doc_chat_history = gr.Chatbot(label="Riwayat Chat", type="messages")