Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,5 +57,5 @@ def AskAI_easy(ques):
|
|
57 |
###############################################################################
|
58 |
desc = 'Example: What is the Bundesland with tyhe biggest Area?'
|
59 |
iface = gr.Interface(fn=AskAI_easy, inputs=['text'], outputs='text', description= desc)
|
60 |
-
iface.launch(
|
61 |
#
|
|
|
57 |
###############################################################################
|
58 |
desc = 'Example: What is the Bundesland with tyhe biggest Area?'
|
59 |
iface = gr.Interface(fn=AskAI_easy, inputs=['text'], outputs='text', description= desc)
|
60 |
+
iface.launch()
|
61 |
#
|