jeme213 commited on
Commit
0304ca7
1 Parent(s): c4de4e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
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
  #