Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,7 @@ import gradio as gr
|
|
4 |
from demo.generation_frontend import build_generation
|
5 |
from demo.chat_frontend import build_chat
|
6 |
|
7 |
-
|
8 |
-
os.system("pip uninstall -y gradio")
|
9 |
-
os.system("pip install gradio==3.40.1")
|
10 |
|
11 |
# Set up the argument parser
|
12 |
parser = argparse.ArgumentParser()
|
|
|
4 |
from demo.generation_frontend import build_generation
|
5 |
from demo.chat_frontend import build_chat
|
6 |
|
7 |
+
|
|
|
|
|
8 |
|
9 |
# Set up the argument parser
|
10 |
parser = argparse.ArgumentParser()
|