Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
|
8 |
@spaces.GPU
|
9 |
|
10 |
|
11 |
-
def predict(show_copy_button) -> list[list[str | tuple[str] | tuple[str, str] | None] | tuple] | None
|
12 |
value show_copy_button = True
|
13 |
return value
|
14 |
|
|
|
8 |
@spaces.GPU
|
9 |
|
10 |
|
11 |
+
def predict(show_copy_button) -> list[list[str | tuple[str] | tuple[str, str] | None] | tuple] | None :
|
12 |
value show_copy_button = True
|
13 |
return value
|
14 |
|