Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
remove port
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ def main():
|
|
190 |
print(gr.__version__)
|
191 |
|
192 |
demo.queue(concurrency_count=10)
|
193 |
-
demo.launch(
|
194 |
|
195 |
if __name__ == '__main__':
|
196 |
main()
|
|
|
190 |
print(gr.__version__)
|
191 |
|
192 |
demo.queue(concurrency_count=10)
|
193 |
+
demo.launch()
|
194 |
|
195 |
if __name__ == '__main__':
|
196 |
main()
|