Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,4 +100,4 @@ inputt = gr.Textbox(label='''Parameters (JSON format) Eg. {"video" : ["base64_fr
|
|
100 |
outputs = gr.JSON()
|
101 |
|
102 |
application = gr.Interface(fn=main, inputs=inputt, outputs=outputs, title="Deepfake Detection Model")
|
103 |
-
application.launch()
|
|
|
100 |
outputs = gr.JSON()
|
101 |
|
102 |
application = gr.Interface(fn=main, inputs=inputt, outputs=outputs, title="Deepfake Detection Model")
|
103 |
+
application.launch(server_name="0.0.0.0")
|