Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -143,4 +143,5 @@ interface = gr.Interface(
|
|
143 |
description="Upload an image and provide text to classify the news as 'Fake' or 'Real'."
|
144 |
)
|
145 |
|
146 |
-
|
|
|
|
143 |
description="Upload an image and provide text to classify the news as 'Fake' or 'Real'."
|
144 |
)
|
145 |
|
146 |
+
if __name__ == "__main__":
|
147 |
+
interface.launch(server_name="0.0.0.0", share=False)
|