Update app.py
Browse files
app.py
CHANGED
|
@@ -356,7 +356,7 @@ demo = gr.Interface(
|
|
| 356 |
api_name="predict", # This names your API endpoint
|
| 357 |
allow_flagging="never",
|
| 358 |
enable_queue=True
|
| 359 |
-
)
|
| 360 |
|
| 361 |
# Launch the interface
|
| 362 |
if __name__ == "__main__":
|
|
|
|
| 356 |
api_name="predict", # This names your API endpoint
|
| 357 |
allow_flagging="never",
|
| 358 |
enable_queue=True
|
| 359 |
+
) # Removed extra parenthesis here
|
| 360 |
|
| 361 |
# Launch the interface
|
| 362 |
if __name__ == "__main__":
|