mgokg commited on
Commit
47bff37
·
verified ·
1 Parent(s): 3b9d20d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -132,8 +132,8 @@ def predict(prompt):
132
  # Create the Gradio interface
133
  with gr.Blocks(css=custom_css) as demo:
134
  with gr.Row():
135
- #details_output = gr.Markdown(label="answer", elem_id="md")
136
- details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
137
  with gr.Row():
138
  ort_input = gr.Textbox(label="prompt", placeholder="ask anything...")
139
  #audio_input=gr.Microphone(type="filepath")
 
132
  # Create the Gradio interface
133
  with gr.Blocks(css=custom_css) as demo:
134
  with gr.Row():
135
+ details_output = gr.Markdown(label="answer", elem_id="md")
136
+ #details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
137
  with gr.Row():
138
  ort_input = gr.Textbox(label="prompt", placeholder="ask anything...")
139
  #audio_input=gr.Microphone(type="filepath")