Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,4 +39,4 @@ interface = gr.Interface(
|
|
39 |
description="Upload a full image. The model classifies it as real or fake."
|
40 |
)
|
41 |
|
42 |
-
interface.launch(
|
|
|
39 |
description="Upload a full image. The model classifies it as real or fake."
|
40 |
)
|
41 |
|
42 |
+
interface.launch()
|