Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ if category_nodes is None or questions is None:
|
|
183 |
else:
|
184 |
# Erstelle die Gradio-App
|
185 |
with gr.Blocks(title="DRL-CogNet Dog Finder: wrote a number behind the dog name") as demo:
|
186 |
-
gr.Markdown("# Frage an das Modell")
|
187 |
with gr.Row():
|
188 |
with gr.Column():
|
189 |
question_input = gr.Textbox(label="Frage")
|
|
|
183 |
else:
|
184 |
# Erstelle die Gradio-App
|
185 |
with gr.Blocks(title="DRL-CogNet Dog Finder: wrote a number behind the dog name") as demo:
|
186 |
+
gr.Markdown("# Frage an das Modell (wrote a numer behind the dog name: ein golden retriever 2")
|
187 |
with gr.Row():
|
188 |
with gr.Column():
|
189 |
question_input = gr.Textbox(label="Frage")
|