Spaces:
Sleeping
Sleeping
remove debug thing
Browse files
app.py
CHANGED
|
@@ -38,5 +38,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
| 38 |
example_labels=example_names)
|
| 39 |
|
| 40 |
# Launch the demo!
|
| 41 |
-
demo.launch(
|
| 42 |
-
share=True) # generate a publically shareable URL?
|
|
|
|
| 38 |
example_labels=example_names)
|
| 39 |
|
| 40 |
# Launch the demo!
|
| 41 |
+
demo.launch() # generate a publically shareable URL?
|
|
|