Spaces:
Sleeping
Sleeping
shukurullo2004
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -68,5 +68,6 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
68 |
description=description,
|
69 |
article=article)
|
70 |
|
|
|
71 |
# Launch the demo!
|
72 |
demo.launch(False) # generate a publically shareable URL?
|
|
|
68 |
description=description,
|
69 |
article=article)
|
70 |
|
71 |
+
|
72 |
# Launch the demo!
|
73 |
demo.launch(False) # generate a publically shareable URL?
|