Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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")
|