Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,10 +150,10 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
|
|
| 150 |
|
| 151 |
with gr.TabItem("Übersetzungen"):
|
| 152 |
with gr.Row():
|
| 153 |
-
gr.
|
| 154 |
with gr.TabItem("Code-genereierungen"):
|
| 155 |
with gr.Row():
|
| 156 |
-
gr.
|
| 157 |
|
| 158 |
predict_args = dict(
|
| 159 |
fn=predict,
|
|
|
|
| 150 |
|
| 151 |
with gr.TabItem("Übersetzungen"):
|
| 152 |
with gr.Row():
|
| 153 |
+
gr.Interface(, inputs="Hier entsteht ein Übersetzer mit KI...", outputs="text")
|
| 154 |
with gr.TabItem("Code-genereierungen"):
|
| 155 |
with gr.Row():
|
| 156 |
+
gr.Interface(, inputs="Hier entsteht eine Ki fürs Programmieren...", outputs="text")
|
| 157 |
|
| 158 |
predict_args = dict(
|
| 159 |
fn=predict,
|