Spaces:
Running
Running
remove server port and url
Browse files
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 |
)
|