D3V1L1810 commited on
Commit
d61e9f0
·
verified ·
1 Parent(s): 179d187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")