Spaces:
Sleeping
Sleeping
kleinhoellental
commited on
Commit
•
899d28f
1
Parent(s):
bc61bc6
Update app.py
Browse files
app.py
CHANGED
@@ -33,4 +33,5 @@ def AskAI_easy(ques):
|
|
33 |
###############################################################################
|
34 |
desc = 'Example: What is the Bundesland with tyhe biggest Area?'
|
35 |
iface = gr.Interface(fn=AskAI_easy, inputs=['text'], outputs='text', description= desc)
|
36 |
-
iface.launch()
|
|
|
|
33 |
###############################################################################
|
34 |
desc = 'Example: What is the Bundesland with tyhe biggest Area?'
|
35 |
iface = gr.Interface(fn=AskAI_easy, inputs=['text'], outputs='text', description= desc)
|
36 |
+
iface.launch()
|
37 |
+
#
|