Reyad-Ahmmed commited on
Commit
57c9642
·
verified ·
1 Parent(s): 8ebb139

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ def classifyTimeFrame(user_input):
239
  print("\n")
240
 
241
  iface = gr.Interface(fn=classifyTimeFrame, inputs="text", outputs="text")
242
- iface.launch()
243
 
244
  #Run the function
245
  #classifyTimeFrame()
 
239
  print("\n")
240
 
241
  iface = gr.Interface(fn=classifyTimeFrame, inputs="text", outputs="text")
242
+ iface.launch(share=True)
243
 
244
  #Run the function
245
  #classifyTimeFrame()