Spaces:
Runtime error
Runtime error
lzyhha
commited on
Commit
·
e7ad638
1
Parent(s):
feb5d4a
space
Browse files
app.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
import argparse
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
import demo_tasks
|
| 4 |
from functools import partial
|
| 5 |
from data.prefix_instruction import get_layout_instruction
|
| 6 |
from visualcloze import VisualClozeModel
|
| 7 |
-
import spaces
|
| 8 |
|
| 9 |
|
| 10 |
max_grid_h = 5
|
|
|
|
| 1 |
import argparse
|
| 2 |
+
import spaces
|
| 3 |
import gradio as gr
|
| 4 |
import demo_tasks
|
| 5 |
from functools import partial
|
| 6 |
from data.prefix_instruction import get_layout_instruction
|
| 7 |
from visualcloze import VisualClozeModel
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
max_grid_h = 5
|