Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import argparse
|
| 2 |
import os
|
| 3 |
import random
|
|
@@ -23,7 +26,6 @@ from minigpt4.tasks import *
|
|
| 23 |
|
| 24 |
import socket
|
| 25 |
import os
|
| 26 |
-
import spaces
|
| 27 |
|
| 28 |
def find_free_port(start_port, end_port):
|
| 29 |
for port in range(start_port, end_port + 1):
|
|
|
|
| 1 |
+
import spaces
|
| 2 |
+
|
| 3 |
+
|
| 4 |
import argparse
|
| 5 |
import os
|
| 6 |
import random
|
|
|
|
| 26 |
|
| 27 |
import socket
|
| 28 |
import os
|
|
|
|
| 29 |
|
| 30 |
def find_free_port(start_port, end_port):
|
| 31 |
for port in range(start_port, end_port + 1):
|