taesiri commited on
Commit
7147fd3
·
1 Parent(s): 60c53f1

remove server port and url

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -145,8 +145,6 @@ iface = gr.Interface(fn=gradio_search,
145
  gr.outputs.Video(type='mp4', label='Result 3'),
146
  gr.outputs.Video(type='mp4', label='Result 4'),
147
  gr.outputs.Video(type='mp4', label='Result 5')],
148
- server_port=7878,
149
- server_name="0.0.0.0",
150
  # examples=[],
151
  title='CLIP Meets Game Physics Demo'
152
  )
 
145
  gr.outputs.Video(type='mp4', label='Result 3'),
146
  gr.outputs.Video(type='mp4', label='Result 4'),
147
  gr.outputs.Video(type='mp4', label='Result 5')],
 
 
148
  # examples=[],
149
  title='CLIP Meets Game Physics Demo'
150
  )