Tim Seufert commited on
Commit
e6005a5
·
1 Parent(s): 2f74d75
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ demo = gr.ChatInterface(
55
  theme="soft",
56
  examples=["Wie geht es dir?", "Was ist künstliche Intelligenz?", "Erkläre mir Quantenphysik einfach."],
57
  hint="SimplestMachine hat keinen Zugriff auf echtzeitinformationen. AI kann fehler machen.",
 
58
 
59
  # Anwendung starten
60
  if __name__ == "__main__":
 
55
  theme="soft",
56
  examples=["Wie geht es dir?", "Was ist künstliche Intelligenz?", "Erkläre mir Quantenphysik einfach."],
57
  hint="SimplestMachine hat keinen Zugriff auf echtzeitinformationen. AI kann fehler machen.",
58
+ )
59
 
60
  # Anwendung starten
61
  if __name__ == "__main__":