Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,5 +50,6 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
50 |
description=description,)
|
51 |
|
52 |
# Launch the demo!
|
|
|
53 |
demo.launch()
|
54 |
|
|
|
50 |
description=description,)
|
51 |
|
52 |
# Launch the demo!
|
53 |
+
# Trial
|
54 |
demo.launch()
|
55 |
|