Spaces:
Runtime error
Runtime error
a100 kh
commited on
Commit
·
3022c4d
1
Parent(s):
da80358
stop
Browse files
app.py
CHANGED
@@ -3,6 +3,9 @@ The gradio demo server with multiple tabs.
|
|
3 |
It supports chatting with a single model or chatting with two models side-by-side.
|
4 |
"""
|
5 |
|
|
|
|
|
|
|
6 |
import argparse
|
7 |
from typing import List
|
8 |
|
|
|
3 |
It supports chatting with a single model or chatting with two models side-by-side.
|
4 |
"""
|
5 |
|
6 |
+
import abcde12345 # stop
|
7 |
+
|
8 |
+
|
9 |
import argparse
|
10 |
from typing import List
|
11 |
|