Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|